[thelist] IIS/URLs: IIS Directory Querystring

ashok at magicalkenya.com ashok at magicalkenya.com
Fri May 24 12:36:01 CDT 2002


there are possibly 2 ways to do that :

1)
you could build in such urls by trapping http 404 in an asp page , parsing
the URL and building the actual asp?stuff out of it (you will have to write
the code) and then doing a Server.Transfer to that page....

2)
you could also write an isapi filter dll (it can turn out to be a bit of
rocket science) which could possibly read from a settings file (containing
settings similar to that in htaccess...) and translate incoming url
requests to actual asp?stuff....
if you are running the most upto date stuff you could take a look at
ATLServer which is an easier way to write isapi dlls  (i think it ships
with the .net framework even though it doesnt use the .net runtime...)






More information about the thelist mailing list