How can I migrate a website to another server?
I have to move an ASP.NET website (or series of sites) within IIS as well as their SQL 2008 R2 Database Server to a new physical server. I've moved database servers by themselves, but not sure 1) how to move the websites through IIS and 2) whether to move
the database server first and how to keep the name the same as the current database server name so I don't have to update any of the application code to point to a new database server.
I've googled the heck out of this but find nothing but others who also don't know.
Note: this is an intranet application, and the url does not need to change/should not change.
December 13th, 2010 1:29am
Hello,
for questions about IIS better use the IIS forum:
http://forums.iis.net/Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
December 13th, 2010 1:50am