tags:

views:

26

answers:

0
+1  Q: 

IIS 6.0 new server

Hi all,

I have a server that is going buggy, so we built a new server to replace it. Now I am tasked with moving all of the sites in iis to the new server. I thought there was a way to export all the settings and I tried using the export and import option - but the sites do not exist on the new server - I assume I am using the command incorrectly?

Can someone help me with the right command to basically copy all of the sites in iis onto another server?

This is what I tried: iiscnfg /export /f d:\temp\config.xml /sp /lm/w3svc /children /inherited /d password

I copied the config.xml to the new server and the did: iiscnfg /import /f d:\temp\config.xml /sp /lm/w3svc /dp /lm/w3svc /merge /d password

Any help is appreciated!