aspnetcore 3.1.2 windows hosting bundle caused 503 services unavailable

Today NET Core 3.1.200 SDK - March 16, 2020 was installed on my development and production boxes.

Continue Reading

localhost HTTPS subdomains with a Kestrel SSL certificate

When you build ASP.NET Core websites locally, you can view your local site under HTTPS/SSL, go read this article by Scott Hanselman for more information.

Continue Reading

3008 A configuration error has occurred

A static HTML website I look after is hosted on a Windows Server 2012R2 instance running IIS, it makes use of a web.config file as it has some settings that allow this site to be served from behind an Amazon Web Services Elastic Load Balancer.

Continue Reading

Call UseSession after UseRouting and before UseEndpoints

Today, I fixed a bug where session cookies were not being persisted in an ASP.Net Core Razor Pages application.

Continue Reading

Restart Omnisharp process within Visual Studio Code

Another quick one for today, Every now and again my intellisense gets confused in Visual Studio Code displaying errors and warnings that should not exist.

Continue Reading