项目场景:

部署基于abp的后端于iis报500.30 In-Process Startup Failure


问题描述:

以下截取自微软官方文档:
500.30 In-Process Startup Failure
The worker process fails. The app doesn’t start.
The ASP.NET Core Module attempts to start the .NET Core CLR in-process, but it fails to start. The cause of a process startup failure can usually be determined from entries in the Application Event Log and the ASP.NET Core Module stdout log.
Common failure conditions:
•The app is misconfigured due to targeting a version of the ASP.NET Core shared framework that isn’t present. Check which versions of the ASP.NET Core shared framework are installed on the target machine.
•Using Azure Key Vault, lack of permissions to the Key Vault. Check the access policies in the targeted Key Vault to ensure that the correct permissions are granted.


原因分析:

先查看window错误日志:

500.30 In-Process Startup Failure
原项目使用的是当前账户登录sql server,更改链接串,换用户登录
500.30 In-Process Startup Failure
OK


相关文章:

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