How do I begin to troubleshoot Visual Studio 2008's WebDev.WebServer.EXE?
I'm trying to run the default ASP.NET MVC project. And I keep getting this message from Firefox:
Unable to connect Firefox can't establish a connection to the server at 127.0.0.1:52589. * The site could be temporarily unavailable or too busy. Try again in a few moments. * If you are unable to load any pages, check your computer's network connection. * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
Similar messages from IE and Google Chrome.
I have disabled the Vista firewall. VS2008 is ver SP1.
When I ping localhost on Vista the IP comes back in IPv6 format. Is that normal? The ping works. Security: I have opened up the folder that the app is running in to Everyone - Full.
What else should I be trying? I don't think I have ever run into this issue on a machine before.