自动将站点添加到 IIS7
我正在构建一些脚本来自动设置开发人员的机器,以便每个人都有相同的设置和设置。配置。
我特别想要自动化的一件事是 IIS7 中的配置。我们有很多网络应用程序需要在本地托管,并且最好希望它们全部自动设置。有谁知道一个明智的方法来做到这一点?
I'm building some scripts for automatically setting up a developer's machine so everyone has an identical setup & configuration.
One thing in particular I want to automate is the configuration in IIS7. We have a bunch of web apps which need to be hosted locally and would ideally like them all set up automatically. Does anyone know of a sensible way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一点点Microsoft。 Web.Administration + 一点 LINQPad,你就笑了。
a little bit of Microsoft.Web.Administration + a bit of LINQPad and you're laughing.
使用 powershell 管理单元
编辑: MSDN 文档像往常一样非常糟糕,但如果你翻阅足够多,你最终可以找到所有可用的命令
its fairly easy with the powershell snap in
Edit: The MSDN docs are pretty whack as usual, but if you rummage about enough you can eventually find all the commands available to you