I've written an HTTPModule that I would like to put in front of OWA 2003. I know this would typically be done with an isapi filter, however there seems to be some references on the web to the ability to process an HTTPModule in classic ASP by setting up a * scriptmap to aspnet_isapi.dll. I've...