我刚刚将我的服务器(Windows2012R2)从以前的 .Net Core 1.0 RC2
升级到 .Net Core 1.0 RTM
Windows 主机包。我的应用程序在 我的电脑上运行没有任何问题,但是服务器一直显示:
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
它以前与 RC2版本一起工作。不知道会出什么问题。
这些都是事件查看器说的:
Failed to start process with the commandline 'dotnet .\MyWebApp.dll'. Error code = '0x80004005'.
最糟糕的是应用程序日志是 空的!我是说那些 stdout _ xxxxxxxx。日志文件完全为空,并且所有日志文件都为0字节大小。
我该怎么办? ? 我怎么知道错误的原因,当它没有记录? ?