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
What is web router?
Can you use Web API with ASP.NET Web Form?
How you can access the values from the Repeater control in ASP.NET?
What is content page in asp net?
Explain what is viewstate?
Define view state.
To wrap up a call to a Web service the standard used is..?
Give a few examples of page life cycle events.
What are the types of session in asp.net?
What events will occur when a page is loaded?
What do you mean by serialize and marshalbyref?
Differentiate between early binding and late binding.
What is the use of data set in asp.net?
Explain culture and uiculture values.
What are the memory-mapped files?