.Net 6.0, Asp.net Core应用程序,调试和直接运行exe没有问题,发布到IIS时出现
Internal Server Error 500.30 failed to load coreclr. Exception message:CLR worker thread exited prematurely
解决:设置应用程序权限为本地系统(Local System):

.Net 6.0, Asp.net Core应用程序,调试和直接运行exe没有问题,发布到IIS时出现
Internal Server Error 500.30 failed to load coreclr. Exception message:CLR worker thread exited prematurely
解决:设置应用程序权限为本地系统(Local System):
