mvc 1.0 doesnt work on IIS6

浪子不回头ぞ 提交于 2019-12-13 17:50:56

问题


I have a strange problem with my MVC 1.0 application that I published on IIS6. When I try to surf to the pages no routes match and I get page not found.

I have installed 3.5sp1 on the webserver and everything needed.

Seems like there is lots of files missing (?) or the filestructure isnt the same as in my project folder.

What might be wrong here?

/M


回答1:


Did you set up wildcard mappings?

http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx



来源:https://stackoverflow.com/questions/1860444/mvc-1-0-doesnt-work-on-iis6

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