80端口被占用问题根源解决 HTTP Error 404. The requested resource is not found.

80端口被占用问题根源解决 HTTP Error 404. The requested resource is not found.

  1. 命令netstat -ano | findstr "80"查询80端口的占用情况
  2. 若是占用端口的进程号是4,根据localhost打开的提示HTTP Error 404. The requested resource is not found.搜索问题说是sql server导致的
  3. 解决方法:停止SQL Server Reporting Services (MSSQLSERVER)就可以解决问题,
    或者输入net stop ReportServer

参考链接:https://blog.csdn.net/u010042660/article/details/122187975

你可能感兴趣的:(端口占用,网络,http,网络协议,网络)