.net – VS 2008 Issue ->>Unable to start program

netvisual studiovisual-studio-2008

Ok I have a web application in 2005,. net 2.0 , I converted it to 2008 .net 3.5.
when i attempt to run it in VS 2008 either debug or release I get the above mentioned error:

Unable to start program
http:\localhost\MyWebApp

no other message just this. I can access my program directly thru iis and it runs.
It runs on another dev machine correctly.

Any ideas? I have uninstalled and reinstalled v2 several time to no avail.
I also wrote a simple web app, 1 page with a label, that fails to run also

Need help on this new dev cycle starts soon.

Best Answer

Crazy, but may solve the problem. Try this: Start without debug (ctrl+F5), and when IE opens, start again in debug mode (F5). Dont exit from IE, just stop debug in VS2008.