Where would you use an IHttpModule, and what are the
limitations of anyapproach you might take in implementing one?
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 request in a
custom HTTP module.
Is This Answer Correct ? | 0 Yes | 0 No |
what is narmalization
How many classes can a single .NET DLL contain?
When does a session actually start?
What are the objects in used in ASP for processing input and outputs?
What is anonymous authentication?
What kind of data we can store in viewstate?
Whats the use of @ Register directives ?
i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the web application how to solve it..
What is diff. Between abstract class and an interface?
what cut off mark for po's,what questions they asked for interview?
Can we handle the error and redirect to some pages using web.config?
How to display validation messages in one control?