【发布时间】:2018-07-13 15:53:32
【问题描述】:
我有一个可以运行 web core 2 应用程序的 windows 主机。我首先将应用程序发布到我电脑上的一个文件夹中,然后将文件移动到托管网站上的一个文件夹中。当我通过 http 访问该文件夹时,我收到以下错误消息:
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
这是一个没有数据库的基本应用程序,它是 Visual Studio 的“Hello World”空模板。我这样做是为了测试。 网络提供商表示它不依赖于他们。我无法知道出了什么问题。有什么想法吗?
【问题讨论】:
标签: asp.net-core publish