博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[转]HTTP Error 502.5 - Process Failure asp.net core error in IIS
阅读量:6820 次
发布时间:2019-06-26

本文共 367 字,大约阅读时间需要 1 分钟。

本文转自:

 

 在windows server 2012 上安装完dotnet-win-x64.1.1.1.exe 和 DotNetCore.1.0.4_1.1.1-WindowsHosting.exe后,没有重启服务器,访问站点报以上错误,解决办法要么重启,要么执行以下两条命令:

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.

 

转载地址:http://tvszl.baihongyu.com/

你可能感兴趣的文章