I've been developing an ASP.Net site on my laptop. This site used my local laptops IIS (xp Pro 5.1) in a folder. so: The website would access a remote SQL server called testweb. Everything was working hunky-dory.
Then I decided to move the site to the Testweb so it would all be on the same box. Win2003 IIS 6.0. I used copy project and put it in the root of the web server, which is where I want it.
Now access to the site from any browser including itself is extremely slow. The page starts to load but hangs for 20-40 seconds then finally loads.
HOWEVER accessing from my laptop is still fast. Any other computer is really slow. So I'm guessing the site/project path somewhere is trying to find something on my laptop, timing out, and finding it locally, but that's only a guess. I'm really at a lost. Any ideas? Thanks!
Then I decided to move the site to the Testweb so it would all be on the same box. Win2003 IIS 6.0. I used copy project and put it in the root of the web server, which is where I want it.
Now access to the site from any browser including itself is extremely slow. The page starts to load but hangs for 20-40 seconds then finally loads.
HOWEVER accessing from my laptop is still fast. Any other computer is really slow. So I'm guessing the site/project path somewhere is trying to find something on my laptop, timing out, and finding it locally, but that's only a guess. I'm really at a lost. Any ideas? Thanks!