Related resources for HTTP Module
  • URL Rewriting in ASP.NET8/8/2023 9:51:55 AM. Most sites include variables in their URLs that tell the site what information to be shown to the user. It is something like telling the code to load particular details of item number 7 from a shoppin
  • HTTP Handlers And HTTP Modules In ASP.NET1/6/2020 8:52:31 AM. This article talks about the HTTP Modules and HTTP Handler in ASP.Net and their applications in real time.
  • AngularJS 2.0 From The Beginning - Http Module Part Two - Day Eighteen3/23/2017 10:39:29 AM. In this article, we will discuss about the http module post method.
  • SharePoint and HTTP Module10/31/2014 3:09:02 PM. In this article I would like to take you through deploying an HTTP module in SharePoint 2013.
  • Introduction to ASP.NET HTTP Module5/20/2012 3:12:27 AM. This article will help the users to examine the use of HTTP Modules and their use in extending the pipeline. The HTTP Pipeline is a series of extensible objects that are initiated by the ASP.NET runtime in order to process a request.
  • Understanding Security Framework Model in ASP.NET 3.54/28/2011 2:10:02 PM. Security is an important part of any web application development which is necessary to protect assets from unauthorized actions. This encapsulates verifying users, granting or denying access to sensitive information, or protecting data stored on the server.
  • 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.
  • Creating server controls at runtime using HTTP modules4/6/2009 1:56:29 AM. This article is all about generating dynamic ASP.Net server controls using HTTP modules.