ASP.NET 2.0 Question:
Where would you use an iHTTPModule, and what are the limitations of any?

Answer:
IHttpModule is used when u want to add u r own module or extra module so that when u request u r module also gets called.First and foremost httpmodules are used when u make request for a page.While processing the page some modules gets called.Some example modules are security module etc.If u want add a module to be used when processing request u add/implement ihhtp moduleok "Happy Programming"
Previous Question | Next Question |
What are the disadvantages of viewstate/what are the benefits? | How do you create a permanent cookie? |