I have built an API using ASP.NET Core 2.0 and I am looking to publish it to run and host it in IIS 8 (Windows Server 2012). I have found the following article that explains publishing it to IIS:
https://stackify.com/how-to-deploy-asp-net-core-to-iis/
But it requires the .NET Core Windows Server Hosting Bundle to be installed on the hosting machine, which I would prefer not to have to install on the hosting machines.
I am wondering if there is a way to publish the ASP.NET Core 2.0 application to a "pure" .NET 4.6.1 or 4.6.2 application such that I can run it in IIS without having to install additional .NET Core hosting dependencies.