Where would you use an IHttpModule, and what are the
limitations of anyapproach you might take in implementing one?



Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in i..

Answer / 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

More ASP.NET Interview Questions

what is narmalization

4 Answers   Wipro,


How many classes can a single .NET DLL contain?

6 Answers   SoftSol,


When does a session actually start?

0 Answers  


What are the objects in used in ASP for processing input and outputs?

1 Answers  


What is anonymous authentication?

0 Answers  


What kind of data we can store in viewstate?

0 Answers  


Whats the use of @ Register directives ?

4 Answers  


i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the web application how to solve it..

1 Answers  


What is diff. Between abstract class and an interface?

0 Answers  


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

0 Answers  


Can we handle the error and redirect to some pages using web.config?

1 Answers   BirlaSoft,


How to display validation messages in one control?

0 Answers  


Categories