What are Http handler ?
Answer Posted / vikas kant
HTTP handlers are the .NET components that implement the
System.Web.IHttpHandler interface, they can act as a target
for the incoming HTTP requests and can be called directly
by using their file name in the URL.
HTTP handlers implement the following two methods:
1) ProcessRequest: called to process http requests and
2) IsReusable which indicates whether this instance of http
handler can be reused for fulfilling another requests of
the same type.
Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How many languages are supported by .NET at present time?
What are the various ways to send content from one page to another?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Explain exception handling in .net.
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Why do we use sessions?
What types of data validation events are commonly seen in the client-side form validation?
Explain the disadvantages of viewstate?
Describe the difference between inline and code behind - which is best in?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Why do we use web config?
What are the asp.net security controls?
What does passport and windows authentication mean in ASP.NET?
Why mvc is better than asp.net? : Asp.Net MVC
What is asp.net globalization?