I\'m setting up the first site in IIS on Windows Server 2016 Standard. This is a NET Core 2.2 application. I cannot get the site to show.
NET Core 2.2
I am getting th
Delete the 'hosting Model ="in process"' section in web config.
Example:
to