article

Redirecting to HTTPS when using IIS behind a load balancer

A short article on using IIS URL rewriting to force insecure HTTP requests to HTTPS when behind a load balancer that is configured to terminate the secure connection, including support for excluding LetsEncrypt challenge requests.

avatar
Richard Moss
article

Displaying the contents of a PDF file in an ASP.NET application using GhostScript

A quick sample which shows how to convert PDF files into images and display them in an ASP.NET application.

avatar
Richard Moss
article

Creating a trackback handler using C#

An article showing how to create a trackback handler in C# for use with either ASP.NET webforms or MVC.

avatar
Richard Moss