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 the procedure to handle the process request using mhpm events fired? : asp.net mvc

0 Answers  


Urgent requirement of .NET in CMMI Level3 COmpany Pune

0 Answers  


Define xmlvalidatingreader class.

0 Answers  


How does the service stream content?

0 Answers  


How does a web application session work?

0 Answers  






Can we Run the Application without Build

3 Answers   Emphasis,


What is the full form of asp.net?

0 Answers  


What is .netmodule and how is different from .dll and .exe

2 Answers   NIIT,


How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

0 Answers   CTS,


What is the main function of razor in asp.net? : asp.net mvc

1 Answers  


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

2 Answers   Siebel Systems,


What are session state modes in asp.net?

0 Answers  


Categories