|
2 |
title
|
||
asp.mvc iis ASP.NET MVC on IIS 6 - wildcard mapping - the incoming request does not match any route |
||||
|
1 |
|
||
asp.mvc iis 6 - wildcard mapping - the incoming request does not match any routeHi, I have been trying to set up my Beta 1 MVC app on IIS 6 and cannot get it to run correctly. I have added a Wildcard mapping to the .net isapi DLL as suggested in other blog posts but get the following error when I access the root of the website:
I am using the Default.aspx page supplied in the MVC template application that rewrites access to the root of the website properly.
If I try and access a route within the application, such as /Project, I get the standard IIS 404 error page, not the .net error page. I tried adding the following line to my Web.config httpHandlers section:
This gave me a different error - the .net 404 error page. I added the following to my Global.asax, which did nothing:
I am using the following route configuration (uses the restful routing supplied by the MvcContrib project):
Any suggestions would be grealy received as I've exhausted all options for the time I have right now. Many thanks.
|
||||
