.net core 3.1 项目部署到生产环境(windows server2012 R2),访问报错HTTP Error 500.30 - ANCM In-Process Start Failurewindow logs:Application /LM/W3SVC/5/ROOT with physical root D:\XXXX\ failed to load...

.net core 3.1 项目部署到生产环境(windows server2012 R2),访问报错
HTTP Error 500.30 - ANCM In-Process Start Failure
window logs:
Application '/LM/W3SVC/5/ROOT' with physical root 'D:\XXXX\' failed to load coreclr. Exception message:
CLR worker thread exited prematurely
Application '/LM/W3SVC/5/ROOT' with physical root 'D:\XXXX\' hit unexpected managed exception, exception code = '0xe0434352'. Please check the stderr logs for more information.
在web.config 将hostingModel="InProcess" 改为 hostingModel="OutOfProcess"
本文标题为:Asp.netcore 托管模型- 进程内托管和进程外托管(inprocess out OutOfProcess)


基础教程推荐
- Unity 如何获取鼠标停留位置下的物体 2023-04-10
- C#通过标签软件Bartender的ZPL命令打印条码 2023-05-16
- Unity shader实现高斯模糊效果 2023-01-16
- 实例详解C#实现http不同方法的请求 2022-12-26
- c# – USING块在网站与Windows窗体中的行为不同 2023-09-20
- C#中 Json 序列化去掉null值的方法 2022-11-18
- C#获取指定目录下某种格式文件集并备份到指定文件夹 2023-05-30
- C#中的Linq to JSON操作详解 2023-06-08
- C#调用摄像头实现拍照功能的示例代码 2023-03-09
- C# 解析XML和反序列化的示例 2023-04-14