2

All routes within my ASP.NET URL Routing web application are receiving a 404. However, the actual pages that exist are showing up correctly. I'm using IIS7. Any ideas?

Jason N. Gaylord
  • 7,910
  • 15
  • 56
  • 95

1 Answers1

0

All is good now. The main issue I had was that the HttpHandler for the UrlRouting was not added to the webServer section but rather the "old" handlers section.

Jason N. Gaylord
  • 7,910
  • 15
  • 56
  • 95