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
How can you dynamically add user controls to a page?
How can exception be handled with out the use of try catch?
How do session tokens work?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is dynamic web page with example?
Explain login control and form authentication.
What are custom controls?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is session state server?
What is route in web api?
how to transfer the file from client to server using asp.net
Explain what is viewstate?
Define web.config in .net?
How is application management and maintenance improved in asp.net 2.0?
Why is an object pool required?