Where would you use an IHttpModule, and what are the
limitations of anyapproach 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 request in a
custom HTTP module.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do cookies work? Give an example of their abuse.

544


Explain the steps to be followed to use passport authentication.

593


Define authentication and authorization.

623


What is the use of asp.net web api?

582


what are the Custom controls in asp.net?

570






What is state management technique?

543


How do u deploy ur project?

2220


How do u deploy your asp.net application?

611


What are the new features implemented in ASP.NET?

607


Why viewstate is used in asp.net?

509


Is asp.net outdated?

530


what is command line compiler.what are the steps and how it is related to debugging.

1417


How does a content page differ from a master page?

508


Explain the namespace classes used in asp.net mvc? : asp.net mvc

497


Which method do you use to enforce garbage collection in .net?

520