Few days ago I needed to develop contact form handler for the website hosted on Windows platform. JavaScript and AJAX were used on the client side to send request to the server. After some reading about ASP.NET framework it became clear that I need to write custom handler (.ashx) to process this request.