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
what is DLL Hell and how it is solved in .NET? please explain clearly??
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What are sessions used for?
How will you load dynamic assembly?
Explain what is postback in asp. Net?
What is the server of asp.net?
what cut off mark for po's,what questions they asked for interview?
What is query string?
What is a viewstate?
What is .net remoting?
Can I combine classic asp and asp.net pages?
What is application in asp net?
Define repository pattern in mvc.net? : asp.net mvc