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

how to update data using store procedure

1 Answers  


If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.

6 Answers   CTS,


How to disable validator control by client side JavaScript?

0 Answers  


Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers   Siebel Systems,


Why is it preferred to not use finalize for clean up?

0 Answers  






What are the main requirements for caching?

0 Answers  


What is AutoEventWireup attribute for ?

0 Answers  


How do we invoke queries from the application?

3 Answers   Microsoft,


What are the different methods that are used during the page load?

1 Answers   Siebel,


What are the asp.net security controls?

0 Answers  


What are different templates available in Repeater,DataList and Datagrid ?

1 Answers  


Do you know using sql cache invalidation?

0 Answers  


Categories