When trying to debug a web project from VS 2010 Ultimate using IIS Express I get the following error: "Unable to launch IIS Express Web Server."
IIS Express does start when this error appears and I can navigate the working site via a web browser. It appears that VS is not attaching to the web server.
I can launch IIS Express from the command line without errors.
I have tried IIS Express 7.5 and 8 (beta) with the same result.
The project launches fine using the VS Development Server.