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
What is the full form of asp.net?
Explain the main differences between asp and asp.net?
How many types of triggers are there in update panel?
What is the difference between debug and release?
How is it possible for .NET to support many languages?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What does it mean your session has timed out?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is the significance of ASP.NET routing?
What is css in asp.net?
What is a postback url?
How would you implement inheritance using c#?
Explain how is a property designated as read-only?
What is cache in asp net?
What is asp net objects?