相关疑难解决方法(0)

IIS上的ASP.NET Core 1.0错误502.5

我刚刚将我的服务器(Windows 2012R2)更新.Net Core 1.0 RTM为之前的Windows Hosting包.Net Core 1.0 RC2.我的应用程序在我的电脑上运行没有任何问题,但服务器一直显示:

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
Run Code Online (Sandbox Code Playgroud)

它之前使用过RC2版本.不知道会出现什么问题.

这是所有事件查看器说:

Failed to start process with the commandline 'dotnet .\MyWebApp.dll'. Error code = '0x80004005'.
Run Code Online (Sandbox Code Playgroud)

最糟糕的是应用程序日志是空的!我的意思是那些stdout_xxxxxxxxx.log文件是完全空的,并且都有0字节大小.

我该怎么办??如果没有记录错误,我怎么知道错误原因?

c# iis windows2012 asp.net-core

112
推荐指数
6
解决办法
12万
查看次数

标签 统计

asp.net-core ×1

c# ×1

iis ×1

windows2012 ×1