Ideas to troubleshoot 404 errors when reverting from Classic mode to integrated pipeline on IIS 7?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Having previously set a Wildcard Script Map under classic mode, you may be missing the UrlRouting Handler.

Ensure wildcard script map is removed from Handler Mappings.

Then add the UrlRouting handler if not present:

Your Website >> Handler Mappings >> Add Managed Handler

Request Path: UrlRouting.axd
Type: System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Name: UrlRouting Handler
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.