IIS ASP.NET Core Hosting Bundle 500.19 Error

TLDR; Re-install the latest hosting bundle; Recently I was upgrading the IIS ASP.NET Core Hosting Bundle to ensure the server had the latest patch release (3.1.8). Just to keep the server installations clean, I wanted to also remove all the previous versions of the core hosting bundle so that I only had the single required … Continue reading IIS ASP.NET Core Hosting Bundle 500.19 Error

IIS Log Parser: An extremely useful tool

Recently we needed to determine if certain URLs in one of our older .asmx services were still in use.   The best way for us to do this was to review the IIS logs for our site so that we could determine if there were any hits against the given pages.   However, once a took a … Continue reading IIS Log Parser: An extremely useful tool