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
Why mvc is faster than asp.net? : Asp.Net MVC
What is the default timeout for a cookie?
What is a gridview in asp.net?
Where sessions are stored?
What is asp net application object?
What is the difference between cache and cookies?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Define the term Web Garden?
Explain Life cycle of ASP.NET page when a request is made.
Can we have a web application running without web.config file?
What is asp.net and its advantages?
What websites use asp.net?
What is the application pool?
What is use of Master Page in ASP.NET web pages?
How many types of cookies are available in asp?