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
What is server components?
Can we have 2 web config files?
What is difference between web api and web services?
What is the difference between a page theme and a global theme?
How to reduce the width of textbox in editcommandcolumn of datagrid?
Describe how ASP.NET maintains process isolation for each Web application?
Describe the .net base class library.
What is an asp.net validator? And, mention its types.
What are the uses of list view control in Asp.net?
Why would a company use an application service provider?
Does google crawl redirects?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is virtual directory in asp.net?
What does asp stand for in asp.net?
When does a session actually start?