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 is Http handler?

Answer Posted / sanjay

The main purpose of HttpHandler is to serve all asp.net web request. For e.g. Creating web Page object -> creating server control object -> loading server control object -> rendering HTML content.

We can create our own custom HttpHandler by just inheriting IHttpHandler and using method ProcessRequest(){} and is Reusable.

we can define our own page extention e.g. simple.text
and using custom HttpHandler we can call this on url.

http://localhost/simple.text

but we have to register this custom HttpHandler in web.config

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does session work?

980


what is AutoEventWireUp and what is the use of This property explain in details?

1654


What is the difference between c# and .net?

1097


What do you understand by aggregate dependency?

1141


Where the assembly is stored in asp.net?

1057


How long does an http session last?

987


What is the difference between mechine.config and web.config?

1270


Why is asp.net so popular?

1019


What is the purpose of master page?

953


Is asp.net still used?

1072


How does asp page work?

1033


What is asp.net web application?

1095


What is the flow of processing of the request? : asp.net mvc

1080


How do you create a master page?

1101


Explain what are delegates?

1162