Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Whenever you request an ASP.NET page, ASP.NET Framework assigns an instance of the HttpApplication class to the request. This class performs the following actions in the following order:
1. | Raises the BeginRequest event |
2. | Raises the AuthenticateRequest event |
3. | |
4. | Calls the ProcessRequest() method of the Page class |
5. | Raises the EndRequest event |