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
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
Which is an advantage of application service providers?
What is a web pool?
What is web api vs wcf?
What is asp.net version?
Out of ASP or ASP.NET which one is stateless?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What are the server control tags in asp.net.?
How do you open a page in a new window?
What are the difference between overriding and overloading?
Difference between response.redirect and server.transfer?
Why do you use the app_code folder in asp.net?
What is an assembly? Explain its parts.
What is the difference between CLICK and MOUSE DOWN Event ?
What is cookieless session id explain in brief?