I was just recently deploying a ASP.NET Core 3.1 web API project to IIS and decided to write a post on issues faced. Before that let’s understand the difference between Kestrel and IIS briefly. The Kestrel web server is a new web server as part of ASP.NET Core. It is now the preferred web server […]