1.服務器裝aspnetcore-runtime-3.1.1-win-x64.exe
下載鏈接:https://dotnet.microsoft.com/download/dotnet-core/3.1
2.服務器裝dotnet-hosting-3.1.1-win.exe
注意:安裝dotnet-hosting-3.1.1-win.exe可能導致所有的應用程序池都停止了,手動起來也會自定停止,這個時候不要慌,把dotnet-hosting-3.1.1-win.exe卸載了,再安裝vc_redist.x64.exe,下載鏈接:https://www.microsoft.com/en-us/download/details.aspx?id=48145
然后再裝dotnet-hosting-3.1.1-win.exe就ok了
3.發布項目,將發布生成的文件拷貝到IIS網站對應的文件夾
大功告成