how to implement url rewriting in classic ASP
thanks, Aaryan
how to implement url rewriting in classic ASP
thanks, Aaryan
If it is not IIS7 then you should use ISAPI (for best results):
http://cheeso.members.winisp.net/IIRF.aspx
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.
I don't suppose you're using IIS7? You can use the IIS7 Url Rewrite module...