We have a few HTML pages on our ASP.Net that we need redirect for non-logged in users only. We were able to get this working under IIS6 by using an event in the global.asax, but with IIS7 & integrated pipeline, this event isn't firing.
Any ideas on how to accomplish this?