在其他计算机上部署 IIS 7.5 网站,同时维护 IIS7.5 设置
我有 5 个 ASP.NET Web 应用程序需要分发到客户端计算机。我正在使用 Inno Setup 将它们打包并转储到目录中,并使用批处理脚本来创建虚拟站点和目录。
不幸的是,在测试过程中,我不断遇到 IIS 7.5 的问题,而不是应用程序本身的问题。这些问题很难查明,并且通常涉及以下事实:IIS 7.5 配置、设置、处理程序、ISAPI 模块等...在不同的计算机上并不相同。
所有 Web 应用程序在我当前的机器(以及其他一些开发机器)上都运行良好。 是否有一些简单的过程可以导出 IIS 7.5 设置并将其导入到部署计算机?
I have 5 ASP.NET Web Applications that I need to distribute to client machines. I am using Inno Setup to package and dump them into directories and batch scripts to create Virtual Sites and Directories.
Unfortunately, during testing, I keep running into issues with IIS 7.5 rather than the applications themselves. These issues are rather painful to pinpoint and usually involve the fact that IIS 7.5 configurations, settings, handlers, ISAPI modules etc... aren't the same across machines.
All web applications are working fine on my current machine (and a few other development ones). Is there some easy process to say export IIS 7.5 settings and import them to deployment machines?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有找到一个简单的好方法。目前,我们使用 powershell 来设置 IIS,并在 6 上使用 IIS 7+ 的正确设置,我们使用了 inetmgr 中的导出功能。
I haven't found a good way to do it easy. We currently use powershell to setup IIS with the correct settings for IIS 7+ on 6 we used the export functionality in inetmgr.