J
Jon Sequeira
I'm interested in writing an HttpModule to clean up URLs for a site that's
in a transitional phase from ASP to ASP.NET. Basically, I'd like to hide
some very messy querystrings (which are Google-proof-- they use GUIDs as
query parameters) and use more memorable names in the URLs.
I'd like this module to work for both ASP and ASP.NET pages in the site. I
understand basically how to do this for my .aspx pages, but how do I tell
IIS to pass .asp page requests through my ASP.NET module for URL rewriting,
and then on to the standard ASP handler?
Any insights are appreciated.
--Jon
in a transitional phase from ASP to ASP.NET. Basically, I'd like to hide
some very messy querystrings (which are Google-proof-- they use GUIDs as
query parameters) and use more memorable names in the URLs.
I'd like this module to work for both ASP and ASP.NET pages in the site. I
understand basically how to do this for my .aspx pages, but how do I tell
IIS to pass .asp page requests through my ASP.NET module for URL rewriting,
and then on to the standard ASP handler?
Any insights are appreciated.
--Jon