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
What is server side session?
Which library is used by the testers and developers to develop automated tests and create testing tools?
I’m having some trouble with cas. How can I diagnose my problem?
What is the difference between client-side and server-side validations in webpages?
How Can assign alias name for ASP.NET Web API Action?
Explain the difference between asp and asp.net?
Can we override the enablepartialrendering property of the scriptmanager class?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Explain About WebService
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is sta?
What is http pipeline in asp.net?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Where is cookie used in asp.net?