TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About HTTP Module
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Akkiraju Ivaturi (1)
Mayank Tripathi (1)
Debasis Saha (1)
Jean Paul (1)
Hemant Kathuria (1)
Vishal Nayan (1)
Srihari Chinna (1)
Niladri Biswas (1)
Related resources for HTTP Module
No resource found
URL Rewriting in ASP.NET
8/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.NET
1/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 Eighteen
3/23/2017 10:39:29 AM.
In this article, we will discuss about the http module post method.
SharePoint and HTTP Module
10/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 Module
5/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.5
4/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 cycle
8/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 modules
4/6/2009 1:56:29 AM.
This article is all about generating dynamic ASP.Net server controls using HTTP modules.