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
How to implement role based security in asp.net mvc? : Asp.Net MVC
How does the service stream content?
Do you know caching feature?
Explain different authentication modes in asp.net?
How do I open an ashx file in windows 7?
What are the different web pages?
What is another word for redirect?
How do u declare static variable and how it is declared and what is its lifetime?
Do session use cookies in asp net?
What are the advantages of using Master Pages?
What is caching? What are different ways of caching in asp.net?
How can you handle exceptions in asp.net?
What is global.asax file used for?
Explain the purpose of storyboard.targetproperty.
What is the difference between rest and restful?