An Overview of HTTP Handlers
        Posted  
        
        on C# Corner
        
        See other posts from C# Corner
        
        
        
        Published on Apr 27, 2010
        Indexed on 
            2010/04/27
            15:04 UTC
        
        
        Read the original article
        Hit count: 360
        
Filed under: 
        
Home » ASP.net » An Overview of HTTP Handlers
An Overview of HTTP Handlers
?
An HTTP handler is a process that runs on server to response to a particular type of request. HTTP handlers can be referred to as endpoint also. A typical example of HTTP handlers is when ASP.net page handler which is used by asp.net engine to process the request that come for .aspx files. 
        
        © C# Corner or respective owner