user31673
user31673

Reputation: 13695

Copy IIS 6 to IIS 7.5

I have a Windows Server 2003 that is running IIS 6 with several web sites and I need to copy the web sites to a Windows Server 2008 server running IIS 7.5. Is there anyway to copy the information?

Upvotes: 3

Views: 3466

Answers (1)

Carlos Aguilar Mares
Carlos Aguilar Mares

Reputation: 13601

Yes, you can use Web Deploy (http://www.iis.net/download/WebDeploy) install it in the IIS 7.5 and you can sync all the server configuration, sites, etc, to the new server. Here is an example: http://www.iishacks.com/2008/10/07/migrating-websites-from-iis6-to-iis7/

Upvotes: 3

Related Questions