Where would you use an IHttpModule, and what are the
limitations of anyapproach you might take in implementing one?
Answer Posted / guest
One of ASP.NET?s most useful features is the extensibility
of the HTTP pipeline, the path that data takes between
client and server. You can use them to extend your ASP.NET
applications by adding pre- and post-processing to each
HTTP request coming into your application. For example, if
you wanted custom authentication facilities for your
application, the best technique would be to intercept the
request when it comes in and process the request in a
custom HTTP module.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of url encoding?
How to implement globalization and localization in the use interface in .net.
How do you remove duplicates without using remove duplicate stage?
What a diffgram is, and a good use for one?
What are app services?
What is view state and how it works in asp net?
Why session is used in asp.net?
What is clr? Difference between clr & cts?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What are the new data controls in asp.net 2.0?
If we remove web.config or machine.config from the application then, is this application will works?
Is asp.net free?
What is the difference between mechine.config and web.config?
Define a web service in .net?
What are the features of asp net?