Posts tagged “IIS”

Steps Required to Host a .NET Core 2 Application on IIS

Scott Walker · May 20, 2019

Before a .NET Core 2.x web application can run under IIS, several configuration steps must be completed. Unlike classic ASP.NET, .NET Core apps rely on the ASP.NET Core Module and the Hosting Bundle to forward IIS traffic to the Kestrel web server.

đŸ’Ŧ 0 .NET Core IIS