Where would you use an iHTTPModule, and what are the
limitations of any approach 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 requesting a custom
HTTP module
Is This Answer Correct ? | 4 Yes | 0 No |
How to authenticate users using Web.Config ?
Explain in what order a destructors is called.
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is the postback property in asp.net?
How to set the pane area to transparent of a scrollPane component.?
How does the browser enable AutoPostBack functionality?
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?
What is the appSettings Section in the web.config file?
WHAT IS polymorphism
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
How do you register the .Net Component or Assembly?