Move All Of The Websites To Another Server in Windows Server 2008 R2

windows-server-2008-r2

We have about 150 websites on one of our servers. We want to move that websites to another server with all of their content, databases, DNS, FTP and application pool users etc.

Current OS is Windows Server 2008 R2 Web edition and the new one will be the same. Most of websites are Dotnetnuke sites. How can we move whole websites with minimum effort?

Our database server is SQL Server 2008 R2 Web Edition and IIS version is IIS 7.5.

Best Answer

Unfortunately, "minimal" in this case still involves some effort.

  • Migrating the apps and databases / data should be relatively straightforward. Apps you just redeploy on the new environment(s), and Data / DB's you just export / import. Here is a link to a guide for IIS configuration export and migration:

http://technet.microsoft.com/en-us/library/cc753268(WS.10).aspx

  • DNS is standard to set up

  • The primary points of pain will occur when you go to migrate FTP & application pool users.