|
INTERVIEW QUESTIONS
MICROSOFT
ASP.NET
DETAILS
Question: Where would you use an iHTTPModule, and what are the limitations of anyapproach you might take in implementing one?
Answer: 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.
|
|
|
Category |
ASP.NET Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7041 users |
Added on |
9/17/2014 |
Views |
72372 |
Rate it! |
|
|
Question:
Where would you use an iHTTPModule, and what are the limitations of anyapproach you might take in implementing one?
Answer:
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. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Explain what a diffgram is, and a good use for one?
|
View Answer
|
|
Describe the difference between inline and code behind - which is best in a loosely coupled solution?
|
View Answer
|
|
What's an assembly?
|
View Answer
|
|
How would you implement inheritance using VB.NET/C#?
|
View Answer
|
|
Can you explain what inheritance is and an example of when you might use it?
|
View Answer
|
|
How does VB.NET/C# achieve polymorphism?
|
View Answer
|
|
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
|
View Answer
|
|
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
|
View Answer
|
|
What is the difference between Server.Transfer and Response.Redirect?
|
View Answer
|
|
What does the "EnableViewState" property do? Why would I want it on or off?
|
View Answer
|
|
Should validation (did the user enter a real date) occur server-side or client-side? Why?
|
View Answer
|
|
What type of code (server or client) is found in a Code-Behind class?
|
View Answer
|
|
Explain the differences between Server-side and Client-side code?
|
View Answer
|
|
What is ADO .NET and what is difference between ADO and ADO.NET?
|
View Answer
|
|
How to manage pagination in a page?
|
View Answer
|
|
Can the validation be done in the server side? Or this can be done only in the Client side?
|
View Answer
|
|
How do you validate the controls in an ASP .NET page?
|
View Answer
|
|
What is view state?
|
View Answer
|
|
What is smart navigation?
|
View Answer
|
|
How ASP .NET different from ASP?
|
View Answer
|