Does ASP.NET Core Require IIS?
Does ASP.NET Core Require IIS? The most important thing to understand about hosting ASP.NET Core is that it runs as a standalone, out of process Console application. It’s not hosted inside of IIS and it doesn’t need IIS to run. Can I run ASP.NET without IIS? Is it possible to self-host an ASP.NET Core Application