Answer Posted / sanjay
The main purpose of HttpHandler is to serve all asp.net web request. For e.g. Creating web Page object -> creating server control object -> loading server control object -> rendering HTML content.
We can create our own custom HttpHandler by just inheriting IHttpHandler and using method ProcessRequest(){} and is Reusable.
we can define our own page extention e.g. simple.text
and using custom HttpHandler we can call this on url.
http://localhost/simple.text
but we have to register this custom HttpHandler in web.config
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How would you turn off cookies on a page of a website?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is asp.net globalization?
What is a web pool?
How many types of validators are there in asp net?
What is a global postback url?
Can viewstate be accessed in another page?
Explain the difference between globalization and localization techniques
Define static constructor?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What is master page in dtp?
What is meant by asp.net?
What are the advantages of using session?
What is the appSettings Section in the web.config file?
Define globalization and localization.