错误提示:
HTTP Error 500.31 - Failed to load ASP.NET Core runtime
Common solutions to this issue:
The specified version of Microsoft.NetCore.App or Microsoft.AspNetCore.App was not found.
Troubleshooting steps:
- Check the system event log for error messages
- Enable logging the application process' stdout messages
- Attach a debugger to the application process and inspect
For more information visit: Troubleshoot ASP.NET Core on Azure App Service and IIS | Microsoft Learn
解决方法:
事件查看器>Windows日志>应用程序(Appliction),查看错误日志
排查错误日志发现,缺少了 一个redis的dll库,复制过去就可以了~
(事件查看器打开方法:
1、点击“开始→运行”,输入eventvwr,点击“确定”,就可以打开事件查看器。
2、单击“开始”-“设置”-“控制面板”-“管理工具”-“事件查看器”。
3、win10界面样式,可右键开始菜单-“事件查看器”。)
来源:https://blog.csdn.net/q584565828/article/details/127999550 免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作! |