Visual Studio 2008 Web Project error: Unable to start program http://localhost:port

Posted by JookyDFW on Stack Overflow See other posts from Stack Overflow or by JookyDFW
Published on 2010-03-31T14:08:18Z Indexed on 2010/03/31 15:23 UTC
Read the original article Hit count: 649

Filed under:
|
|
|
|

I am re-hashing this question because I have looked at over 50 threads in different forums and have not been able to get a resolution to my problem. Here are the specs:

Windows XP SP3, Visual Studio 2008 SP1, .NET 3.5, ASP. NET MVC 2 project, IE 7 (was IE 8)

Up until a few days ago I was not having any issues. It is now happening on any solution that I try to debug. I start a debug session (F5), the solution rebuilds, a VS development web server starts and then I get this error:

Unable to start program http://localhost:2012/

If I open a web browser and enter the URL the application loads up. I had upgraded to IE 8 a few weeks ago and read there may be some issues so it has been uninstalled and I am currently on IE 7. Also, while IE 8 was installed I had switched my default browser to Firefox but my current default broweser is now IE7.

I have reveiewed the threads on this site and others and have not been able to fix the issue. Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about ASP.NET