Does anyone know of a site or page, or know the order of execution for the events of the HTTPApplication class for HTTPModule event execution?
I found the MSDN Documentation for all of the events, but it doesn't show a list of process steps and I haven't been able to find one.
Maybe this helps
http://support.microsoft.com/kb/307985/en-us/
An HttpApplication class provides a number of events with which modules can synchronize. The following events are available for modules to synchronize with on each request. These events are listed in sequential order:
The following events are available for modules to synchronize with for each request transmission. The order of these events is non-deterministic.
See the article for full info.