Click here to Skip to main content
15,904,297 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HttpHandler for all requests in ASP.Net
Posted
Comments
hitech_s 28-Apr-12 3:21am    
what's your question man ?

HTTPHandler is for request for some particular type of request. IF you need to do something on all request of any type then perhaps you will be needing HTTPModule.

Read this: Implementing HTTPHandler and HTTPModule in ASP.NET[^]
 
Share this answer
 
Here is what is expected of enquirers:
1. TRY first what you want to do!
2. Formulate what was done by you that looks like an issue/not working.

Try them and tell if you face issues.
Members will be more than happy to help like this.

For now, here:
HttpHandler for all requests in ASP.Net on IIS [^]
MSDN: HTTP Handlers and HTTP Modules Overview[^]
 
Share this answer
 
Comments
shishir26 15-May-12 3:08am    
Thanks for ur Suggestions.
Sandeep Mewara 15-May-12 12:07pm    
Welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900