Reputation: 9298
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
Upvotes: 1
Views: 100
Reputation: 24754
Did you set up wildcard mappings?
http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx
Upvotes: 6