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


Please Help Members By Posting Answers For Below Questions

what is DLL Hell and how it is solved in .NET? please explain clearly??

2099


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

746


Why the javascript validation not run on the asp.net button but run successfully on the html button?

734


Which object is used to encapsulate the state of the client and the browser in ASP.NET?

794


What are sessions used for?

758


How will you load dynamic assembly?

742


Explain what is postback in asp. Net?

770


What is the server of asp.net?

729


what cut off mark for po's,what questions they asked for interview?

1622


What is query string?

773


What is a viewstate?

744


What is .net remoting?

810


Can I combine classic asp and asp.net pages?

712


What is application in asp net?

670


Define repository pattern in mvc.net? : asp.net mvc

739