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

What is active web pages?

589


What is a uri query?

640


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

610


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

669


How many types of session in ASP.NET

674






Can we store object in viewstate?

630


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

3526


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

664


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

567


What are the disadvantages of view state?

707


In the Repeater control which way you can edit?

727


how to debug web services on consumer side?

674


How does asp page work?

631


Explain a program using code nuggets to create a simple application? : asp.net mvc

599


What are standard controls?

599