Related resources for HttpModules
  • HttpModule in Real Scenario: Events in HttpModules5/14/2021 5:52:08 AM. In this article, we will talk about various events and their execution sequence in an ASP.NET application.
  • HTTP Requests in ASP.NET12/23/2011 9:19:10 AM. In ASP.NET to process requests a pipeline model is used which consists of HTTPModules and HTTPHnadler objects. This pipeline model forms the low level framework which is used by web pages and web services. Here we will see high level overview of asp.net request processing.
  • Designing and Implementing a Versatile Data Access Tier 3/29/2006 3:35:09 AM. In this tutorial, we will drill down deeper in to the design of a n-tier architecture and our focus will be on the data access tier(DAT). Our goal is to design and implement an appropriate data access tier(DAT) for scalable, reliable and interoperable web application.