Hi All,I am new to IIS so I request to guide me.In my
organization we are planning transfer the website from old server to new server so I would like to know the step by step website transfer process.Old server: Windows Server 2003 R2 (SP2)
with IIS 6 versionNew server: Windows Server 2008 with IIS 7.
Thamizhselva...
1 Post
Website Transfer
Apr 30, 2012 12:46 PM|LINK
Thanks in Advance
Regards,
S. Thamizhselvan
HostingASPNe...
734 Posts
Re: Website Transfer
May 01, 2012 02:18 PM|LINK
Hello,
1. Backup your old site and deploy to the new server.
2. You should add a new site in IIS7 pointing to the appropriate folder on the new server.
3. Test your new site by typing the server/siteIPaddress.
4. If the test is OK point your domain name to the new server by modifying the domain A records.
5. It could take 24 hours before the domain name start resolving the new site.
Regards
Free ASP.NET Examples and source code.
Lloydz
2335 Posts
Microsoft
Re: Website Transfer
May 02, 2012 08:15 AM|LINK
Here's the guide for migrating a site from iis 6 to iis 7 via msdeploy:
Migrate a Web Site from IIS 6.0 to IIS 7 or above
http://learn.iis.net/page.aspx/427/migrate-a-web-site-from-iis-60-to-iis-7-or-above/
Hope this is helpful for you. Feel free to let me know if you encounter any trouble on this task.
Thanks.