Kestrel
Kestrel is the default web server included in ASP.NET Core project templates.
IIS with Kestrel
When using
or
as a reverse proxy for ASP.NET Core, the ASP.NET Core app runs in a process separate from the IIS worker process.
Kestrel is the default web server included in ASP.NET Core project templates.
When using
or
as a reverse proxy for ASP.NET Core, the ASP.NET Core app runs in a process separate from the IIS worker process.