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

What is .net framework and what are the main components of it?

0 Answers  


How do you remove duplicates without using remove duplicate stage?

0 Answers  


Explain the difference between webfarm and webgardens in .net?

0 Answers  


What New Features comes with ASP.NET Web API 2.0?

0 Answers  


what is difference between .net 3.0 and 3.5

3 Answers  






When maintaining session through sql server, what is the impact of read and write operation on session objects?

0 Answers  


What is application in asp net?

0 Answers  


Can you use Web API with ASP.NET Web Form?

0 Answers  


How to display Alert in ASP.NET

0 Answers   HCL,


Can we mention error in web.config file?

2 Answers  


What is meant by ispostback in asp net?

0 Answers  


Why would anyone need to implement their own hashtable or linked list?

0 Answers  


Categories