HTTP Error 500.30 - ANCM In-Process Start Failure
发布日期:2022/8/29 作者:
浏览:1476
HTTP Error 500.30 - ANCM In-Process Start Failure
window logs:
Application 'xxx' with physical root 'E:\XXX\' failed to load coreclr. Exception message:
CLR worker thread exited prematurely
Application 'xxx' with physical root 'E:\XXX\' hit unexpected managed exception, exception code = '0xe0434352'. Please check the stderr logs for more information.
在web.config 将hostingModel="InProcess" 改为 hostingModel="OutOfProcess"
下拉加载更多评论