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 include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What is the difference between custom controls and user controls?
How do I create a web form?
What is the difference between visual basic and asp.net?
In the Repeater control which way you can edit?
Why session management is required?
Where is session cookies stored?
What are Master Pages in ASP.NET?
How would you implement inheritance using c#?
What are validator? How do you disable them?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Briefly describe the role of global.asax?
Where are session variables stored?
Why is string called immutable data type?
Define static function?