avatar

目录
.NetCore项目部署到IIS

.netcore 3.1 mvc项目部署到IIS

1. 基础环境配置

  1. 安装 dotnet-sdk-3.1.101-win-x64.exe
  2. 安装 dotnet-hosting-3.1.1-win.exe
  3. 安装 aspnetcore-runtime-3.1.1-win-x64.exe
  4. 安装 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 。

core

3. 发布项目,部署iis,设置无托管模式,设置端口,启动项目,大功告成。

文章作者: HJY
文章链接: https://hjy-dev.github.io/2020/02/22/NetCore%E9%A1%B9%E7%9B%AE%E9%83%A8%E7%BD%B2%E5%88%B0IIS/
版权声明: 本博客所有文章除特别声明外,均采用 Apache License 2.0 许可协议。转载请注明来自 Kiven Blog
打赏
  • 微信
    微信
  • 支付寶
    支付寶

评论