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
Explain the differences between clr & cts?
Define reflection in .net?
What is route in web api?
What is IPostBack? How to use it?
What are the Types of chaching. How to implement caching
Is post back in asp.net?
How can you access the properties and controls of master pages from content pages?
Is asp.net a programming language?
What is OSI layer? Explain different layers.
Explain significance of routing? : asp.net mvc
What are web server controls in asp.net?
Explain how can we access static variable?
Which is faster union or union all?
Explain the code Access Security (CAS) in .net Framework?
How can you apply a theme to your asp.net application?