Weird IIS error when transferring sites

~J~

~J~

Soldato
Joined
20 Oct 2003
Posts
7,558
Location
London
I'm in the middle (or the start!!) of transfering several thousand websites from one server to another.

I've done one to write down a step-by-step and thought it went ok until I stopped the website on the original server and now the website doesn't work.

Got 2 servers, different IP addresses.
Changed the DNS records to point to the new server IP address.
Yesterday, Pinging the test site responded from the old server.
Today, pinging the test site gets a response from the new server.

Go onto www.newsite.co.uk and it shows me the site.

Go onto OLD server, stop the site in IIS, go back to new site in IE and I get a page can not be found!

Any ideas what this could be?
 
Go onto OLD server, stop the site in IIS, go back to new site in IE and I get a page can not be found!
That's a pretty clear indication that you can see the old site not the new one. Check which IP address resolves (start -> run -> "cmd" -> "nslookup <YOUR DOMAIN NAME>"). If it resolves to the old IP address try clearing your local DNS lookup cache ("ipconfig /flushdns"). If it still resolves to your old IP address, check a alternative DNS server (try http://www.dnsstuff.com/, ignore their paid for service and use the free one). If after all that, your still getting your old IP address double check your DNS records haven't been reverted back to the original settings.

akakjs
 
Cheers mate, will give that a look tomorrow.

Just couldn't understand how I can Ping a domain and get a response from the new server, but going into IE (or other browser) takes me to the old site.

Will definately do what you've recommended, thanks again.
 
Back
Top Bottom