Whenever I attempt to execute my website offline with the “Start without debugging” option in Visual Studio 2008, I get the error message that says: “Unable to connect to the ASP.NET Development Server”. If I enable the Internet and attempt to execute the
local version of my website in the same manner again, I first get a WebDev.WebServer.exe window that says, “WebDev.WebServer.exe has stopped working. Windows is checking for a solution to the problem”. After a few seconds, I then get the “Unable to connect
to the ASP.NET Development Server” message again.
All of this started when I was using a different router at another location while offline. I then accessed the Internet over the other router and was still able to access my website properly at the remote server. But now, I have returned home and discovered
that I am still not able to execute the development version of my website in the offline mode. I find that I am ...
Go to the complete details ...