Posts Tagged ‘HttpApplication events’

events from the HttpApplication object 2010/04/08 No Comments

This post list the events from the HttpApplication object in C#.Net .
AcquireRequestState: Call this event to allow the module to acquire or create the state (for example, session) for the request.
AuthenticateRequest: Call this event when a security module needs to authenticate the user before it processes the request.
AuthorizeRequest: Call this event by a security module when the [...]