i know that in apache you can reqrite a query string to be accessed as a standard html document which helps search engines spider a site but is there anything similar for ASP on an NT server that doesnt use COM objects or DLL's ?
i.e. the usual request
fred.asp?id=100&bob=bill
is accessed like...
fred,100,bill.htm (commas are a deliminator and are replaceable by / - _ etc
mark