IIS下运行.NET Core程序
1.服务器上必须要安装 WindowsHosting
WindowsHosting 下载地址:https://dotnet.microsoft.com/download/dotnet-core/3.1
2.编辑"应用程序池"的"基本设置",修改".NET Framework 版本"为"无托管代码"
以上安装及设置完成,基本就可以运行起来了。
如有其他问题可以及时反馈出来。