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

What language is asp.net written in?

769


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

778


What is data caching?

758


What is a web server? What are the load limits in it?

812


How do I open an ashx file?

762


What are the events in a page life cycle?

722


What are the asp.net server side objects?

717


How can we apply themes to an asp.net application?

771


What is the difference between debug and release?

728


What are app services?

732


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

19726


What does asp.net stand for?

794


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

2181


How do you handle server controls?

867


What is viewstate in asp net with example?

731