ASP.NET 4.0 MVC2 routing on IIS 6

走远了吗. 提交于 2019-12-22 18:54:08

问题


ASP.NET 4.0 MVC2 routing on IIS 6 is not working for me with all the methods used for 3.5 Works fine as long as I build in 3.5 but building in 4.0 and setting the server to use 4.0 I loose my routing. Anyone seen this and been able to resolve it?


回答1:


Have you checked to make sure that ASP.NET 4.0 is allowed in the web service extensions after upgrading to .NET 4.0 on the server?

See this question.



来源:https://stackoverflow.com/questions/2642403/asp-net-4-0-mvc2-routing-on-iis-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!