Sunday, February 21, 2010

IIS7 - 403.14 for mvc 2 apps after .NET 4.0/vs2010 RC installation on Windows 7

I first got 403.14 and then after adding a default.aspx to the project and configuration to see where blood will come from I got “Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list”. Better!

So just simple:

C:\Windows\Microsoft.NET\Framework64\v4.0.30128\aspnet_regiis -i

helped.

3 comments:

Anonymous said...

thnx this exampled worked for me but with a different framework version:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis -i

Anonymous said...

This was a BIG help. Thanks for this! I was struggling for hours and hours trying to get a server to handle MVC 3 applications under .Net 4.

Anonymous said...

Whoa, all the morning fighting with this. Almost re-installed the server. Thanks man.