【发布时间】:2017-05-29 22:41:01
【问题描述】:
我有 Windows 10,我想运行一些本地网站测试。为此,我需要设置 IIS。我按照这里列出的步骤https://www.howtogeek.com/112455/how-to-install-iis-8-on-windows-8/ 得到了这个结果:
但在 FIrefox 中,当我输入 localhost 时,错误提示:
Firefox 无法在 localhost 上建立与服务器的连接。
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
在 chrome 中,错误提示:
无法访问此网站
localhost 拒绝连接。 尝试: 检查连接 检查代理和防火墙 ERR_CONNECTION_REFUSED
在边缘错误说:
嗯,我们无法访问此页面。 试试这个 确保您拥有正确的网址:http://localhost 刷新页面 搜索你想要的
它还在使用 Edge 的另一台机器上显示:
服务不可用 HTTP 错误 503。服务不可用。
在 IE 中,错误是在 localhost 上进行互联网搜索。
请指教。
我找到了这个网站: https://weblog.west-wind.com/posts/2015/jul/05/windows-10-upgrade-and-iis-503-errors
还有这个 HTTP Error 503, the service is unavailable
首先,我注意到“原因1:HTTP错误503。如果相应的Wep应用程序的应用程序池被停止或禁用或暂停,则服务不可用。或者应用程序池的给定用户身份可能无效由于密码过期或被锁定。”
并链接到这个:http://www.morgantechspace.com/2013/12/HTTP-Error-503-The-service-is-unavailable.html
我尝试了http://www.morgantechspace.com/2013/12/HTTP-Error-503-The-service-is-unavailable.html 中列出的步骤,有两个不同的步骤列表。第一个未能解决问题,第二个步骤列表失败,因为我不知道如何生成新身份。
我看到另一个堆栈溢出页面上的原始海报放弃了。
【问题讨论】: