Where would you use an iHTTPModule, and what are the
limitations of any approach 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 requesting a custom
HTTP module

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between namespace and assembly.

752


What is the difference between web config and machine config files?

793


What is another word for redirect?

713


What is custom attribute?

767


How response object is related to asp's response object?

717


What is http protocol and how it works?

734


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

806


what are the Custom controls in asp.net?

791


What are the different kinds of assemblies?

737


Why we use content place holder in asp.net?

778


Explain MVC model binders?

824


How do you initiate validation on the server manually? What are two situations when you might you want to do that?

1584


Difference between singleton and singlecall.

779


Why select Web API?

757


What are the different methods of session maintenance in asp.net?

774