Deploying ASP.NET Core Applications To IIS
Unlike its predecessor ASP.NET, ASP.NET Core is not "hosted" inside of IIS. Instead, ASP.NET Core runs as a standalone process backed by Kestrel. In this post, I will show how to setup IIS to proxy public facing requests to your ASP.NET Core application.