HTTP Error 502.5

 ̄綄美尐妖づ 提交于 2021-02-07 21:39:39

IIS 部署ASP.NET Core 后请求报错   HTTP Error 502.5 - Process Failure

解决方案(执行以下命令或重启IIS服务):

net stop was /y
net start w3svc

 

https://docs.microsoft.com/en-us/aspnet/core/publishing/iis

Restart the system or execute net stop was /y followed by net start w3svc from a command prompt to pick up a change to the system PATH.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!