Steps Required to Host a .NET Core 2 Application on IIS
There are steps to perform before your .NET Core 2 web app can be hosted successfully through IIS.
- Install IIS if it is not already installed
- Copy your code over including the web.config file
- Create a new website within IIS if needed
- Change the App Pool of the website and set it to No Managed Code