Trouble connecting to the Visual Studio webserver this week?
Quite a few people started reporting having issues connecting to Cassini earlier in the week. I’ve seen blog posts, tweets and internal mail threads as people who had a working environment one day found the could no longer connect the next.
The solution is to re-add:
127.0.0.1 localhost
to your hosts file (%windir%\System32\drivers\etc). So your hosts file should at least contain the entries:
127.0.0.1 localhost ::1 localhost
It appears the problem may have been related to an update to the signature file for Windows Defender. The signature file was fixed the same day (the fix is in signature versions 1.53.283.0 and above). Make sure you update to the latest signature file asap.
Technorati Tags: asp.net,defender,webdev.webserver.exe
Comments
Anonymous
March 12, 2009
PingBack from http://blogs.msdn.com/mikeormond/archive/2009/03/12/trouble-connecting-to-the-visual-studio-webserver-this-week.aspxAnonymous
March 12, 2009
Had the same issue two days ago, and end up spending two to three hours to get it sorted , blogged about it here http://info4tech.wordpress.com/2009/03/10/visual-studio-2008-internal-web-server-stopped-working-in-vista/Anonymous
March 14, 2009
The comment has been removed