Kestrel Web Server in ASP.NET Core

Introduction In this article, we’ll discuss the Kestrel web server in the ASP.NET Core application in detail. Before, proceeding to this article see the previous article where we discussed an ASP.NET hosting model in detail. As we already discussed with the outer process hosting model there are two web servers. …

ASP.NET Core InProcess Hosting

Introduction In this article, we’ll discuss InProcess Hosting in an ASP.NET Core and along the way, we’ll also discuss what is Kestrel server. Please, read our previous article before proceeding to this article where we learn ASP.NET Core Project Structure. So, within this program.cs file. we have this main method …