“Most .NET Web Applications are built using .ASPX and ASCX (User Controls) Files. However, ASP.NET provides an easy way to build HTTP Handlers via .ASHX Files. You might want to use HTTP Handlers when the output of your application isn’t going to a web browser. For example, perhaps the output is xml that will be […]