Page 1 of 1

Moving website to new web server? Will it still work

Posted: Tue Mar 15, 2011 6:16 am
by ZLA
We're experiencing server unavailable issues with our hosting company. They've suggested moving the web files to a new server. The databse would remain in its current location. Since the connection string information is encrypted, will it still work from the new web server? Will we still be able to unencrypt it from the new web server? I'm concerned that the encryption is specific to hte current machine and moving it will break that somehow.

Do I need to unencrypt it before moving and then re-encrypt?

Thanks in advance.

Re: Moving website to new web server? Will it still work

Posted: Tue Mar 15, 2011 9:10 am
by compunerdy
I would just to be safe also if the IP changes that may cause licensing issues.

Re: Moving website to new web server? Will it still work

Posted: Wed Mar 16, 2011 6:07 am
by jmestep
Make sure you have a backup of the encryption key before you move. That might not be necessary if there is a machineKey in the web.config, but do it just in case so you can restore it if you run into encryption problems.

Re: Moving website to new web server? Will it still work

Posted: Wed Mar 16, 2011 7:17 am
by ZLA
Thank you both. The host moved the site and all is okay now. Apparently they had several sites with app pool issues. Even though our site was in its own pool, the other sites were causing problems. I hadn't realized the app pool issue is server related, not site related.