Where would you use an iHTTPModule, and what are the
limitations of any approach 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 requesting a custom
HTTP module
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Differentiate between namespace and assembly.
What is the difference between web config and machine config files?
What is another word for redirect?
What is custom attribute?
How response object is related to asp's response object?
What is http protocol and how it works?
What is the appSettings Section in the web.config file?
what are the Custom controls in asp.net?
What are the different kinds of assemblies?
Why we use content place holder in asp.net?
Explain MVC model binders?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Difference between singleton and singlecall.
Why select Web API?
What are the different methods of session maintenance in asp.net?