What are Http handler ?

Answer Posted / nitin

Actual flow is this Client made request -> Comes to IIS ->Forwarded to ASP.Net Engine (HTTP Mod and Hndlrs)-> Page made/processed at handler -> back to Modules ->back to IIS
-> request's response back to the client

These (Handlers) are the classes/Assemblies actually which comes in to picture after the client request has passed through the HTTP modules and now reached the Handlers.

What they does is this : to create the page in response to the client request and any custom operation that you wana perform on the request of the client before the page/request is dispatched off to the Modules Via IIS and then to the client as a response of the request. . . . .

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

To get the values in two different controls to match which control you use it?

540


What is state management technique?

549


Which protocol is used to call a web service?

569


How could you modify xaml content from javascript?

519


Where code pages are used?

694






Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?

557


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

511


What are standard controls?

516


Is it possible to write code in many languages in one asp.net project?

563


Can I tap into other windows livetm services?

574


How do I use a proxy server when invoking a web service?

531


Define view state.

554


Do you support digital rights management to protect my videos?

459


IN an ASP.NET Web application if there is any error, how can you debug?

591


What is _viewstart?

510