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
calling result set one procedure to anothar procedure in sql2000
Do you support digital rights management to protect my videos?
What is a server farm in iis?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What are web beacons used for?
What is the difference between the get method () and post method ()?
What are the three parts of an http response?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What are the different kinds of assemblies?
What is the difference between Classic ASP and ASP.Net?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Explain the use of duration attribute of @outputcache page directive.
How do we implement bundling in MVC?
What does the hotspot class in .net do?
Can we have a web application running without web.config file?