Setting up custom ASP.NET Routing to an HttpHandler

added by rstrahl
3/28/2011 5:25:34 PM

500 Views

Routing support in ASP.NET 4.0 has been vastly improved, but custom routing still involves a fairly complex process of creating RouteHandlers and mapping requests properly. In this post I show an example of how to create custom routes automatically via Attribute route mapping for Http Handler endpoints.


0 comments