I\'m adding ASP.NET routing to an older webforms app. I\'m using a custom HttpHandler to process everything. In some situations I would like to map a particular pat
I'm you're using Routing in webforms you should be able to just add an ignore route for the specific .aspx files you want. This will then be handled by the default HttpHandler.