.netcore 3.1 mvc项目部署到IIS
1. 基础环境配置
- 安装 dotnet-sdk-3.1.101-win-x64.exe
- 安装 dotnet-hosting-3.1.1-win.exe
- 安装 aspnetcore-runtime-3.1.1-win-x64.exe
- 安装 vc_redist.x64.exe
Windows Server 2012 R2 安装.NET Core
https://dotnet.microsoft.com/download/dotnet-core
2. Windows Server 2012 R2 安装 vc_redist 报错,net core runtime基于vc_redist.x64运行的,查看windows server 日志管理器,查看详细日志错误信息,具体操作自行百度。
解决方式:
根据错误码,手动安装需要的依赖包。
https://www.microsoft.com/en-us/download/confirmation.aspx?id=42334
点击
click here to download manually
下载依赖包,顺序安装即可。再次重试安装 vc_redist.x64.exe 。