I have a web role that is configured to be hosted in IIS when deployed locally in Compute Emulator. Now I want to run it under IIS Express in order to profile the web site more easily.
Thus I switched development server in the Cloud Project properties (for precise steps refers to this post) and I started the web role in the Compute Emulator. Instead of my home page, IIS Express displays an HTTP 500 error page. The site run fine under IIS and I don't know why IIS Express is complaining, since it should behave like IIS.
I'm using .NET 4.0, Visual Studio 2010, Windows Azure SDK 1.8 for the Compute Emulators and 1.7 for the runtime libraries, IIS Express 8, all installed under Windows 7.