码迷,mamicode.com
首页 > Web开发 > 详细

asp.net core mvc HTTP Error 502.5 - Process Failure

时间:2018-05-22 18:20:52      阅读:1211      评论:0      收藏:0      [点我收藏+]

标签:trouble   AC   failed   figure   opp   tar   app   and   ica   

HTTP Error 502.5 - Process Failure

Common causes of this issue:

  • The application process failed to start
  • The application process started but then stopped
  • The application process started but failed to listen on the configured port

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: https://go.microsoft.com/fwlink/?LinkID=808681

解决方法:

web.config 中 删除 " -argFile IISExeLauncherArgs.txt" 即可。

 

 <aspNetCore processPath="dotnet" arguments=".\demo.dll -argFile IISExeLauncherArgs.txt" forwardWindowsAuthToken="false" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />

 

asp.net core mvc HTTP Error 502.5 - Process Failure

标签:trouble   AC   failed   figure   opp   tar   app   and   ica   

原文地址:https://www.cnblogs.com/ziye/p/9073173.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!