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

What is a server farm in iis?

535


I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

1464


What is inheritance and an how it be used, example with an example?

584


How dataadapter.fill works?

560


Describe paging in asp.net?

674






Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

563


Which namespace is used by ado.net?

562


What is the difference between CLICK and MOUSE DOWN Event ?

584


Explain what is an assembly?

554


What is the difference between adding reference in solution explorer and adding references by using ?

570


What are the difference between function and stored procedure in .net programming language?

251


What is the difference between asp.net and mvc?

578


Explain what does wsdl stand for?

559


What is difference between viewstate and session in asp net?

559


What is advantage of asp.net?

543