比较两台服务器的最快方法是什么? IIS 设置?
对于在两台运行 IIS 的 Windows 2003 Server 上运行的应用程序,我得到的结果不一致。 有没有办法快速将 IIS 配置转储到文件中进行比较? 有没有比较两个 IIS 服务器的好工具?
I am having non uniform results for applications running on two Windows 2003 Servers running IIS. Is there a way to quickly dump IIS configurations to a file for comparison? Are there good tools to compare two IIS servers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
作为 IIS 6 的一部分,尝试Metabase Explorer资源包。 您可以查看多个服务器的所有设置,并将结果复制/粘贴到 xls 中并进行比较。
Give Metabase Explorer a shot as part of the IIS 6 resource kit. You can view all the settings for multiple servers and copy/paste the results to an xls and compare there.
您可以使用 Web 部署 (http://www.iis.net/download/WebDeploy)为此,您可以将其远程指向服务器(假设您具有管理员凭据)并比较两台服务器以查看有什么差异。 如果您愿意,您甚至可以同步它们,使它们看起来相同。
You could use Web Deploy (http://www.iis.net/download/WebDeploy) for that, you can point it to the server remotely (assuming you have Administrator credentials) and diff two servers to see what are the differences. You could even sync them if you wanted to so that they look the same.