Answer Posted / saroj
An ASP.NET HTTP handler is the process (frequently referred to as the "endpoint") that runs in response to a request made to an ASP.NET Web application. The most common handler is an ASP.NET page handler that processes .aspx files. When users request an .aspx file, the request is processed by the page through the page handler. You can create your own HTTP handlers that render custom output to the browser.
An HTTP module is an assembly that is called on every request that is made to your application. HTTP modules are called as part of the ASP.NET request pipeline and have access to life-cycle events throughout the request. HTTP modules let you examine incoming and outgoing requests and take action based on the request.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is data grid view in asp.net?
Explain how is a property designated as read-only?
Explain culture and uiculture values.
9. Why should we hire you over the others waiting to be interviewed?
explain code with datachaching with example
How can we identify that the page is post back in asp net?
Explain authorization levels in .net ?
Which of the following .NET framework supports Web API?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Define static member?
Explain how dot net compiled code will become platform independent?
How do active server pages work?
How many validators do ASP.NET have?
Why is global asax is used?
Define page fragment caching?