1
vote
4answers
376 views
Custom URL Extensions/Routing Without IIS Access
I have a need to use extensionless URLs. I do not have access to IIS (6.0) so I cannot map requests to ASP.NET and handle with a HttpHandler/HttpModule. However, I can set a custom 404 page via web …
