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
Can more than one person use the same login?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is rich control in asp.net?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
what is loosely coupled solution? How it can be used?
explain code with datachaching with example
Explain asp.net page life cycle?
What is sql data source control in asp.net?
Difference between web user control and web custom control?
How do you handle server controls?
How can you enable impersonation in the web.config file?
What are the ways to sending the data in ASP.NET page?
What I need to create and run an asp.net application?
What is difference between mvc and asp.net? : Asp.Net MVC
What is Pre-Render event in ASP.NET?