Hi All,
What I'm trying to acheive:-
Intercept requests for .asp files using an asp.net application then re-write the url to something search engine friendly then pass the request onto the asp.dll to handle the request.
How Im trying to acheive it:-
I'm trying to get intelligencia url re-writing working for a classic asp application by
1) changing the IIS mapping for the website so that .asp extensions are handled by an asp.net application. 2) The intelligencia asp.net url re-writer then rewrites the url. 3) The requested .asp page is then forwarded to the asp.dll for processing. Can this bit be done? Any ideas?
My limitations:-
Shared hosting account so I can't install isapi filters on the server.
Does it sound like something that could be done by writing an HTTPModule?
I've considered 404 redirect instead but am concerned about google ranking problems.
Any comments , advice would be greatly appreciated.