开发者

UrlRoutingModule is missing from IIS

I am setting up a new server, and the "UrlRoutingModule-4.0" module is missing form IIS. I installed the MVC3 Update before installing IIS. Realizing my mistake, I uninstalled MVC3, and installed IIS 7 with all of the 开发者_如何转开发"Application Development" roles: ASP.NET, .NET Extensibility, ASP, etc...

Now, when I install MVC3 (AspNetMVC3ToolsUpdateSetup), and I check IIS, the "UrlRoutingModule-4.0" module is not present. Obviously my MVC3 application does not work. I just get 404s whenever I try to request a controller.

Did I mess up by installing MVC3 before IIS was landed? How can I fix this box?


Try running the following command to see if it fixes the problem:

c:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i

That should re-install .NET 4 with IIS, in case you installed them in the wrong order.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜