An Error Occurred While Starting The Application Net Core
T801637 "An error occurred while starting the在发布到IIS的webApi项目中,运行时报出以上错误, 解决方法: 1、打开发布目录文件夹,找到web.config文件. 2、打开web.config找到stdoutLogEnabled="false",把该值改为true,即->stdoutLogEnabled="true"