Can ASP.NET Routing be used to create “clean” URLs for .ashx (IHttpHander) handlers?
I have some REST services using plain old IHttpHandler
s. I’d like to generate cleaner URLs, so that I don’t have the .ashx in the path. Is there a way to use ASP.NET routing to create routes that map to ashx handlers? I’ve seen these types of routes previously: