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 would you get asp.net running in apache web servers? Explain it's limitations.
Differentiate between file-based dependency and key-based dependency.
What is the difference between mvc and asp.net? : Asp.Net MVC
What are the differences between clr & cts?
What is the maximum timeout we can set for Cookies?
What are sharepoint pages?
What is the difference between rest and restful?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Explain the difference between sql invalidation and sql notification.
What are the data controls available in asp.net?
What are the asp.net list controls and difference between them?
How can you apply a theme to your asp.net application?
What is css and what is it used for?
Explain the difference between server control and html control.
What are the new features added from ASP to ASP.NET?