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
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Which methods validate all the controls on a page?
What are custom controls?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is request and response in asp.net?
What is Web Server Control Templates.?
in which protocol ASP.NET WEB API Work?
What does occur first in ASP.Net, Authentication or Authorization?
How can we apply themes to an asp.net application?
What is microsoft windows sharepoint services?
What is the appSettings Section in the web.config file?
What is difference between Fragment Caching and Page Caching in ASP.NET?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Is asp.net and .net the same?
What is the difference between stored procedure vs function?