Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are Http handler ?

Answer Posted / alb.shah

An ASP.NET HTTP handler is the process (frequently referred
to as the "endpoint") that runs in response to a request
made to an ASP.NET Web application. The most common handler
is an ASP.NET page handler that processes .aspx files. When
users request an .aspx file, the request is processed by
the page via the page handler.
To create a custom HTTP handler, you create a class that
implements the IHttpHandler interface to create a
synchronous handler or the IHttpAsyncHandler to create an
asynchronous handler. Both handler interfaces require you
to implement the IsReusable property and the ProcessRequest
method. The IsReusable property specifies whether the
IHttpHandlerFactory object (the object that actually calls
the appropriate handler) can place your handlers in a pool
and reuse them to increase performance, or whether it must
create new instances every time the handler is needed. The
ProcessRequest method is responsible for actually
processing the individual HTTP requests.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the difference between function and stored procedure in .net programming language?

658


Do you know using sql cache invalidation?

960


Is it possible to apply themes to an asp.net application? If yes, then how?

968


How to Separate background image and front image from original picture....

918


Is data edited in the Repeater control?

986


What are the 3 levels at which content pages can be attached to Master Page?

1033


How many types of validation are there?

901


What is work flow gen? how can it will work with .Net?

2983


How will you maintain versioning in asp.net 2.0?

976


What I need to create and run an asp.net application?

928


What is a ashx file?

1034


Where are session variables stored?

909


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

1013


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1885


Explain the difference between inline and code behind - which is best in?

955