Where would you use an iHTTPModule, and what are the
limitations of any approach you might take in implementing one?



Where would you use an iHTTPModule, and what are the limitations of any approach you might take in ..

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 requesting a custom
HTTP module

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How to authenticate users using Web.Config ?

1 Answers   Accenture,


Explain in what order a destructors is called.

0 Answers  


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

0 Answers  


What is the postback property in asp.net?

0 Answers  


How to set the pane area to transparent of a scrollPane component.?

0 Answers   MCN Solutions,


How does the browser enable AutoPostBack functionality?

2 Answers  


What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

8 Answers   Siebel Systems,


if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?

4 Answers   CGI,


What is the appSettings Section in the web.config file?

0 Answers   MindCracker,


WHAT IS polymorphism

2 Answers   Fidelity,


Explain what is the procedure to create the environment for asp.net? : asp.net mvc

0 Answers  


How do you register the .Net Component or Assembly?

2 Answers   Accenture,


Categories