Related resources for ASP.NET Request Life Cycle
  • ASP.NET MVC Request Life Cycle3/11/2019 9:30:33 AM. If you have worked on ASP.NET MVC, you must be familiar with how when you type in an URL, the appropriate controller is chosen, and the action fired. Today we will dig a little deeper within the MVC r
  • HTTP Modules in ASP.NET Request life cycle8/20/2010 2:48:11 AM. HTTP module is a .NET Framework class that implements the IHttpModule interface, they called as ISAPI filter in IIS stack so modules are counterpart in ASP.NET, have ability to intercept and handle system events and other modules events.