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 active web pages?
What is a uri query?
How do I use a proxy server when invoking a web service?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
How many types of session in ASP.NET
Can we store object in viewstate?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What are the disadvantages of view state?
In the Repeater control which way you can edit?
how to debug web services on consumer side?
How does asp page work?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What are standard controls?