[thelist] ASP and / instead of ?

David.Cantrell at Gunter.AF.mil David.Cantrell at Gunter.AF.mil
Fri Jan 17 09:09:01 CST 2003


>I've noticed the PHP and / instead of ? thread, and wondered if a similar
>thing is possible on an IIS server.

No. :)

You need to use a URL rewriter similar to mod_rewrite. This would be an
ISAPI filter in a DLL file which would have to be installed on the server.

ASP.NET thankfully makes things a lot easier. You get an XML config file for
each application which can do all sorts of things, like declare your own
custom handlers for HTTP requests for different file types, in effect
writing and registering your own ISAPI filters without requiring server
admin access.

-dave



More information about the thelist mailing list