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
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Why we use asp.net for website development?
What are the Types of state management techniques
In order to get assembly info which namespace we should import?
Define the steps to set up validation control.
Can you explain one critical mapping?
What r the asp.net list controls and difference between them?
what is AutoEventWireUp and what is the use of This property explain in details?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
How can you identify that the page is post back?
What are the disadvantages of asp.net?
How does cookies work in asp net?
Explain diff. Betn dataset and recordset?
What is the question mark in a url?
Which is an advantage of application service providers?