Posts tagged “.NET Core”

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

Scott Walker · May 20, 2019

There are steps to perform before your .NET Core 2 web app can be hosted successfully through IIS.

  1. Install IIS if it is not already installed
  2. Copy your code over including the web.config file
  3. Create a new website within IIS if needed
  4. Change the App Pool of the website and set it to No Managed Code
đŸ’Ŧ 0 .NET Core IIS