Where would you use an IHttpModule, and what are the
limitations of anyapproach 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 request in a
custom HTTP module.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain asp.net page life cycle?
Which .NET framework supports Web API?
Where the assembly is stored in asp.net?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
IN an ASP.NET Web application if there is any error, how can you debug?
What is the caspol.exe tool used for?
Which type of state management is provided by Query String in ASP.NET?
is gateway for sms continue connected for sending sms.how?
What is mta?
Does google crawl redirects?
How many types of sessions in asp.net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the media types of http requests and response?
what are the ihttphandler and ihttphandlerfactory interfaces ?
Explain how can you debug your .net application?