Hey,
I want to set up a redirect for requests to a folder to a specific page, but let all requests for content within that folder go directly to the content
so http://www.server.com/D/
goes to http://www.server.com/howdy.asp
and all requests to http://www.server.com/D/hi.xsd
goes to http://www.server.com/D/hi.xsd
in iis 6 does that require an isapi redirect or can it be done simpler?