Home ASP.NET The Application and HTTP Modules

ASP.NET - The Application and HTTP Modules


After completing this tutorial, you will be able to
  • Use HttpApplication as a rendezvous point for your application
  • Manage data within the HttpApplication object
  • Manage events within the HttpApplication object
  • Work with HTTP Modules
This tutorial covers working with application state and application-wide events within your ASP.NET application. In normal desktop applications, the notion of a global meeting place for various parts of an application is well-understood.

Next