碰到500错误,查了网上的解决办法,都无效,其中这人博主讲得相对全面:https://bytutorial.com/blogs/asp-net-core/http-error-50019---internal-server-error-when-publishing-aspnet-core-web-api-to-iis-server

在上述方法都无效的情况下,修改web.config将日志打开,查看日志发现有SQL Server连接的错误,修改appsettings.json中的数据库连接串,问题得以解决。

相关文章:

  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
  • 2021-07-06
  • 2022-02-28
  • 2022-12-23
  • 2021-11-23
  • 2021-09-16
猜你喜欢
  • 2021-05-19
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2022-12-23
  • 2021-10-04
相关资源
相似解决方案