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 the Difference between MVC And MVP design pattrens
After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.
How can u handle Un Managed Code Exceptions in ASP.Net?
Explain what does mvc represent in asp.net? : asp.net mvc
What is the difference between localization and globalization?
Why asp.net is better than php?
Is overloading possible in web services?
How can you display all validation messages in one control?
What is the difference between the response.write() and response.output.write() methods?
How many ways are there to maintain a state in .net? What is view state?
How to manage different kinds of sessions in ASP.NET?
Where session id is stored?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)