I like to execute javascript/server side code for each and every request(*.htm,*.asp,*.aspx,*.asmx, ...
) to IIS server.
Is there any way to write a isapi (dll) and register it with the iis that will accept all kind of request (*.*
) and once my script is excuted, i will forward the request to appropriate isapi filter?