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 HttpHandlers
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ashish Singhal (2)
Shivprasad (2)
Related resources for HttpHandlers
No resource found
Count Image Requests from a Web Server using ASP.NET
11/15/2018 1:18:53 AM.
This article explains you how we can count Image request from a Web server using C# and ASP.NET.
The 3 Musketeers: Model, View and Controller using HTTPHandler – Part 1
9/5/2014 1:13:17 AM.
In this section, we will learn about the basics of MVC and then see how we can implement the same in ASP.NET using HttpHandlers.
Count Image Requests from a Web Server using ASP.NET (VB.Net)
5/20/2012 1:13:18 AM.
This article explains you how we can count Image request from a Web server using VB.Net and ASP.NET.
The Two Interceptors: HttpModule and HttpHandlers
5/26/2009 1:19:09 AM.
Many times we want to implement pre-processing logic before a request hits the IIS resources. For instance you would like to apply security mechanism, URL rewriting, filter something in the request, etc. ASP.NET has provided two types of interception HttpModule and HttpHandler.