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

What is application state?

0 Answers  


How to authenticate users using web.config ?

2 Answers   Accenture, Amazon, BirlaSoft, Cap Gemini,


What is an asp.net validator? And, mention its types.

0 Answers  


How do you retrieve information from web.config ?

5 Answers   MMTS,


What is a transaction? a) A banking term. b) A concept used to describe a step in the business process. c) A combination of DML steps that must succeed or the data is retuned to its initial state. d) A combination of DDL steps that must succeed or the data is retuned to its initial state.

5 Answers   Syntax Softtech,






Define the term Scavenging in Caching?

0 Answers   PUCIT,


Describe SOA and the tenets of it?

0 Answers   Siebel,


What is asp.net and ado net?

0 Answers  


What is query string? What are its advantages and limitations?

0 Answers  


Describe a bubbled event and how it is used ?

0 Answers   Siebel,


Is asp net front end or backend?

0 Answers  


Explain different types of validators in asp.net?

0 Answers  


Categories