Answer Posted / anil
Http handlers are special applications that typically
handle files with certain extension. For example when you
request a file with extension .asp IIS routes it to ASP
processor. But what if I want to handle files with my own
extensions say .bipin? Http handlers allow us to do just
that. Now, you might be thinking what is the use of a new
file extension? Consider a case where you want to generate
graphics on the fly. In such cases you will write an Http
handler that will do your task. Note that Http handlers are
typically called for the specific file extensions they are
designed for. If you have worked with ISAPI extensions in
past you will find this concept very familiar.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between web api and web services?
Explain the difference between overriding and overloading?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Why is the standalone environment only useful during the development process?
What is a 1x1 pixel?
Explain the different types of directives in .net?
What are the event handlers that can be included in the Global.asax file?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What are session cookies?
What symbol would you use to denote, the start of a code block in aspx views?
Define what is razor? : asp.net mvc
How Session use Cookies in State Management?
What is difference between asp state management and asp.net state management?
What is the difference between rest and restful?
What is a session in asp.net?