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
Explain the different types of assemblies?
What is clr? Difference between clr & cts?
Explain what are delegates?
Which is better viewstate or session?
What are the Types of object in asp
What are uri parameters?
what is AutoEventWireUp and what is the use of This property explain in details?
What are web beacons used for?
Explain exception handling in .net.
What role “#&&” plays in a querysting?
How dataadapter.fill works?
What is the difference between pathparam and queryparam?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Explain the role of global.asax?
Define application state variable and session state variable?