tags:

views:

244

answers:

3

Hi, how to implement url rewriting in classic ASP

thanks, Aaryan

+1  A: 

I don't know if this is best practice, but I've hacked it together long ago just using a custom 404 asp page and the server variables.

lod3n
Thats all we do, works a treat and you have complete control.
Pete Duncanson
A: 

I don't suppose you're using IIS7? You can use the IIS7 Url Rewrite module...

womp
+2  A: 

If it is not IIS7 then you should use ISAPI (for best results):

http://cheeso.members.winisp.net/IIRF.aspx

dario-g