Browse by Tags

All Tags » IIS » ASP.NET (RSS)
Last year we deployed a new underwriting system. Since the Fall of 2006 we have been steadily releasing updates to the system. Supporting the large user-base of this application has required us to improve our debugging and performance monitor skills....
Posted by dbottjer | with no comments
Filed under: , ,
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....
Posted by dbottjer | with no comments
Filed under: ,