In ASP.NET there is the Application_EndRequest event in global.asax. In classic ASP however there is no such equivalent event in global.asa
Is there any other built in way of handling the end request event, or any way of somehow hooking into IIS to accomplish the same thing?
Thanks