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 the exact purpose of http handlers and interfaces?

Answer Posted / ravikrishna

ASP.NET maps HTTP requests to HttpHandlers. Each HttpHandler enables processing of individual HTTP URLs or groups of URL extensions within an application. HttpHandlers have the same functionality as ISAPI extensions with a much simpler programming model

Ex
1.Default HttpHandler for all ASP.NET pages ->ASP.NET Page Handler (*.aspx)
2.Default HttpHandler for all ASP.NET service pages->ASP.NET Service Handler (*.asmx)

An HttpHandler can be either synchronous or asynchronous. A synchronous handler does not return until it finishes processing the HTTP request for which it is called. An asynchronous handler usually launches a process that can be lengthy, and returns before that process finishes
After writing and compiling the code to implement an HttpHandler, you must register the handler using your application's Web.config file.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is command line compiler.what are the steps and how it is related to debugging.

1863


How to use a Master Database in Asp.net?

1048


What are the different kinds of assemblies?

927


Define managed code and managed data in .net?

944


How you will improve web application performance?

1027


What is the difference between visual basic and asp.net?

1024


Can we handle the error and redirect to some pages using web.config?

1605


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

932


How do you do Client-side validation in .Net?

1063


What are the best practices to follow to secure connection strings in an ASP.NET web application?

1030


What are the different web pages?

901


Explain the advantages of asp.net.

976


How many types of session in ASP.NET

1068


What is session authentication?

975


What are the different types of validation controls in asp.net?

1033