I’ve been developing windows azure for a while and it worked fine until this morning.
Today I uninstalled .NET 4.5 preview and asp.net mvc 4 beta. After that I installed asp.net mvc 4 beta again. Then suddenly all my windows azure project can’t start.
I got “403 – Forbidden: Access is denied.” if my web role was an asp.net mvc project.
“500 – Internal server error.” , if the web role was an asp.net web project.
I tried to debug the project, but I got “”there was an error attaching the debugger to the IIS worker process for URL ‘…’ for role instance ….
It works correctly if the project is just a single asp.net mvc project or asp.net web project.
What’s wrong?
I ran into this today after uninstalling .net 4.5…you need to re-register ASP.NET 4.0 with IIS 7.x. aspnet_regiis -i