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 command line compiler.what are the steps and how it is related to debugging.
Explain about solution explorer window?
What kind of data we can store in viewstate?
Please brief not about xsd,xslt & xml?
What is routing in MVC?
What are the ways of preserving data on a Web Form in ASP.NET?
Can you set which type of comparison you want to perform by the comparevalidator control?
Explain global assembly cache.
Is asp.net easy to learn?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is the difference between union and join?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Can we use a static function with a non-static variable?
What does uri mean?
What is cookies in asp net?