C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » ASP.NET »

Http Handler


Posted Date: 04 May 2007      Posted By: satish kumar thota      Member Level: Gold     Points: 2   Responses: 2



what is Http Handler? give me examples?




Responses

Author: Garima Gupta    06 May 2007Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

An HTTP handler is a process that runs in response to the request made to any asp.net page.
Mainly there are following 4 handlers:

ASP.NET Page Handler (*.aspx)-
This is default HTTP handler for all ASP.NET pages.

Web service handler (*.asmx)
This is default HTTP handler for Web service pages created using ASP.NET.

ASP.NET user control handler (*.ascx)
This is default HTTP handler for all ASP.NET user control pages.

Trace handler (trace.axd)
This displays current page trace information.



Author: Sridhar R    14 Aug 2008Member Level: DiamondRating: 2 out of 52 out of 5     Points: 5

HTTP Module..
1.It represents more something like an modulare peace of code that's similar to another Global.asax.
2.It represent code that is in play for all page requests.
3.These are objects which also participate the pipeline.

HTTP Handler..
1.Its a handler for one request.
2.It is more like a single page.
3.These are the end point objects in ASP.NET pipeline.
4.These are essentially processes the request and produces the response

Regards
Sridhar R
Nothing is illegal, Until You Get Caught
With Tears...Sridhar R



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : aspnet_regiis
Previous : Roles
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use