When I have two different machines with IIS 6, let's say for testing and production: Is there a way to compare all settings (App-Pools, Web Service Extensions, ...)?

Or even better: automatically sync both (except IP's etc.)

link|improve this question

67% accept rate
feedback

2 Answers

Start with WebDeploy http://www.iis.net/expand/WebDeploy. That's meant to copy or sync machines.

To do it manually, you can look at the metabase of each machine (c:\windows\system32\inetsrv\metabase.xml) and use any windiff app to compare them. Note that encrypted data will be different between the machines so you'll need to skim over that.

link|improve this answer
Thanks Scott will have a look on that! – icnivad Mar 25 '10 at 22:21
feedback

you can try this solution provided by stack overflow, this help me to solve my prob.

http://stackoverflow.com/questions/1029045/what-is-the-quickest-way-to-compare-two-servers-iis-settings

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.