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?
Asked
Active
Viewed 1.4k times
2 Answers
5
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.

Marc
- 1,178
- 1
- 18
- 31
-
Thank you for the great link to go with the answer. – ojblass Jun 22 '09 at 22:01
-
3Direct Link: http://www.iis.net/downloads/community/2006/12/iis-metabase-explorer-11 – Pranav Singh Apr 18 '13 at 13:03
3
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.

Carlos Aguilar Mares
- 13,411
- 2
- 39
- 36