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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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/