.net core 3.0 发布后报500.0错误

.net core 3.0 发布 500.0 - ANCM In-Process Handler Load Failure 错误

 

 原因: 发布设置和下载的Runtime SDK不匹配

https://dotnet.microsoft.com/download/dotnet-core/current/runtime

打开这个页面后会有两个选择

 

 .net core 3.0 发布 500.0 - ANCM In-Process Handler Load Failure 错误

 

 如果你选择desktop apps 你发布的时候必须选择  独立部署模式和对应的架构,并且iis里的程序池里的必须将"启用32位程序"改为对应的

.net core 3.0 发布 500.0 - ANCM In-Process Handler Load Failure 错误

 

 如果是服务器上,我们应该选择 server apps 这个时候安装会自动生成两个, 选择依赖框架和可移植都可以

.net core 3.0 发布 500.0 - ANCM In-Process Handler Load Failure 错误

 

相关文章:

  • 2021-10-09
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-26
  • 2021-05-30
猜你喜欢
  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-03
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
相关资源
相似解决方案