I don't have access to the ASP pages to modify them. Any solution must work for the ASP pages as is. Thanks.
Is there anyway to map the ASP pages to aspnet_filter.dll so the ASP.NET pipeline handles them? What I'm trying to do is grab the authenticated username and remote IP address from the pipeline. For ASP.NET, I used a managed module which calls me with the authentication information at the post authentication event. Is there some other way to get this information in IIS 6 for regular ASP pages?