热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

无法连接到Web服务器内置的Web开发人员-UnabletoconnecttoWebDevelopersbuiltinwebserver

WhenIyesterdayreturnedtoVisualWebDeveloperIwasnolongerabletorundebugmyprojects.Cli

When I yesterday returned to Visual Web Developer I was no longer able to run/debug my projects. Clicking the green play button launches ASP.NET Development Server (and it shows up in the systray) but the browser only shows the error message "Firefox is not able to connect to localhost:58127" (translated from Swedish). IE7 says "Cannot show web page".

当我昨天回到Visual Web Developer时,我无法再运行/调试我的项目。单击绿色播放按钮启动ASP.NET Development Server(它显示在系统托盘中),但浏览器仅显示错误消息“Firefox无法连接到localhost:58127”(翻译自瑞典语)。 IE7说“无法显示网页”。

I cannot figure out why this happens. It worked a couple of weeks back. Could there be a Windows setting that mess things up? (I've tried to disable the firewall without any change.)

我无法弄清楚为什么会这样。它工作了几个星期。可能有一个Windows设置弄乱了吗? (我试图在没有任何改变的情况下禁用防火墙。)

4 个解决方案

#1


Are you using Vista? I've had the same issues with recent Vista updates.

你在使用Vista吗?我最近的Vista更新遇到了同样的问题。

Firstly, make sure Visual Studio is running "As Administrator".

首先,确保Visual Studio正在“以管理员身份”运行。

Secondly, when the browser launches, replace "http://localhost:" with "http://127.0.0.1:". If that works, then its because a Windows Update messed up your hosts file.

其次,当浏览器启动时,将“http:// localhost:”替换为“http://127.0.0.1:”。如果可行,那么因为Windows Update搞砸了您的主机文件。

If this is the case, make sure you hosts file has this line in it, uncommented: "127.0.0.1 localhost"

如果是这种情况,请确保您的hosts文件中包含此行,取消注释:“127.0.0.1 localhost”

my hosts file is in this directory: "C:\Windows\System32\drivers\etc"

我的hosts文件位于以下目录中:“C:\ Windows \ System32 \ drivers \ etc”

yours will be something similar to that.

你的将是类似的东西。

#2


Are you perhaps using NOD32 or any other antivirus that may cause problems?

您是否正在使用NOD32或任何其他可能导致问题的防病毒软件?

#3


I encountered this issue today and just wanted to elaborate because my hosts file had "127.0.0.1 localhost" already defined.

我今天遇到了这个问题,只是想详细说明,因为我的hosts文件已经定义了“127.0.0.1 localhost”。

I was able to see the default IIS site by referencing localhost but when I tried debugging in my IDE it would always display "cannot display webpage" in IE and "Oops! Google Chrome cannot connect to localhost" in Chrome.

我通过引用localhost看到了默认的IIS站点,但是当我在IDE中尝试调试时,它总是会在IE中显示“无法显示网页”,并且Chrome中的“糟糕!谷歌浏览器无法连接到本地主机”。

I opened a command prompt and typed "netstat -a" and reviewed the results. I saw that my port used by my debugging web server was listed as "LISTENING" on the local address of [::1] only:

我打开一个命令提示符并输入“netstat -a”并查看结果。我看到我的调试Web服务器使用的端口仅在[:: 1]的本地地址上列为“LISTENING”:

TCP [::1]:64212 [ComputerName]:0 LISTENING

TCP [:: 1]:64212 [ComputerName]:0 LISTENING

What's unusual to me is that debugging worked for a period of time and then it seemed like all of a sudden it stopped. The first couple times it happened I re-installed Visual Web Developer Express 2010. This became rather annoying because it was a long process and the problem continued to resurface after what seemed to be an arbitrary period of time.

对我来说不同寻常的是,调试工作了一段时间,然后似乎突然停止了。它发生的前几次我重新安装了Visual Web Developer Express 2010.这变得相当烦人,因为这是一个漫长的过程,并且问题在看起来是一段任意的时间后继续重现。

This latest time I changed my hosts file to include "::1 localhost" (the opposite of this solution and numerous others I found online) and that has resolved my issues with my debugging environment.

这个最新的时间我改变了我的hosts文件,包括“:: 1 localhost”(这个解决方案和我在网上发现的其他许多其他对象),这解决了我的调试环境问题。

I'm grateful this resolved my issue but am still curious as to why and how my debugging environment seems to change. Additionally, I'm curious why there are multiple loopback addresses other than 127.0.0.1. Is "::1" an ip6 standard? If so, shouldn't localhost be routing to 127.0.0.1 and interpreted by the tcp/ip stack as the same as ::1?

我很感激这解决了我的问题,但我仍然很好奇我的调试环境为何以及如何改变。另外,我很好奇为什么除了127.0.0.1之外还有多个环回地址。 “:: 1”是ip6标准吗?如果是这样,localhost是否应该路由到127.0.0.1并由tcp / ip堆栈解释为与:: 1相同?

#4


I had this problem with Visual Studio 2013. I have set the Firewall system manually. This means that, at the time of communication by programs Firewall notify me. Incorrectly linked to "devenv.exe" was blocked by the Firewall. Correct mode of communication "devenv.exe" will solve the problem. in your case cheeck Firewall options and filtered communications.

我在Visual Studio 2013中遇到了这个问题。我手动设置了防火墙系统。这意味着,在通过程序通信时防火墙通知我。防火墙阻止了与“devenv.exe”的错误链接。正确的通信模式“devenv.exe”将解决问题。在你的情况下cheeck防火墙选项和过滤通信。


推荐阅读
  • 本文详细介绍了如何使用C#实现不同类型的系统服务账户(如Windows服务、计划任务和IIS应用池)的密码重置方法。 ... [详细]
  • Asynchronous JavaScript and XML (AJAX) 的流行很大程度上得益于 Google 在其产品如 Google Suggest 和 Google Maps 中的应用。本文将深入探讨 AJAX 在 .NET 环境下的工作原理及其实现方法。 ... [详细]
  • Fiddler 安装与配置指南
    本文详细介绍了Fiddler的安装步骤及配置方法,旨在帮助用户顺利抓取用户Token。文章还涵盖了一些常见问题的解决方案,以确保安装过程顺利。 ... [详细]
  • 本文回顾了作者在求职阿里和腾讯实习生过程中,从最初的迷茫到最后成功获得Offer的心路历程。文中不仅分享了个人的面试经历,还提供了宝贵的面试准备建议和技巧。 ... [详细]
  • 服务器虚拟化存储设计,完美规划储存与资源,部署高性能虚拟化桌面
    规划部署虚拟桌面环境前,必须先估算目前所使用实体桌面环境的工作负载与IOPS性能,并慎选储存设备。唯有谨慎估算贴近实际的IOPS性能,才能 ... [详细]
  • H5技术实现经典游戏《贪吃蛇》
    本文将分享一个使用HTML5技术实现的经典小游戏——《贪吃蛇》。通过H5技术,我们将探讨如何构建这款游戏的两种主要玩法:积分闯关和无尽模式。 ... [详细]
  • 在使用 Nginx 作为服务器时,发现 Chrome 能正确从缓存中读取 CSS 和 JS 文件,而 Firefox 却无法有效利用缓存,导致加载速度显著变慢。 ... [详细]
  • 本文详细介绍了Oracle 11g中的创建表空间的方法,以及如何设置客户端和服务端的基本配置,包括用户管理、环境变量配置等。 ... [详细]
  • 对于初学者而言,搭建一个高效稳定的 Python 开发环境是入门的关键一步。本文将详细介绍如何利用 Anaconda 和 Jupyter Notebook 来构建一个既易于管理又功能强大的开发环境。 ... [详细]
  • 本文详细介绍了如何在Oracle VM VirtualBox中实现主机与虚拟机之间的数据交换,包括安装Guest Additions增强功能,以及如何利用这些功能进行文件传输、屏幕调整等操作。 ... [详细]
  • 本文介绍了SIP(Session Initiation Protocol,会话发起协议)的基本概念、功能、消息格式及其实现机制。SIP是一种在IP网络上用于建立、管理和终止多媒体通信会话的应用层协议。 ... [详细]
  • 本文介绍了如何使用Node.js通过两种不同的方法连接MongoDB数据库,包括使用MongoClient对象和连接字符串的方法。每种方法都有其特点和适用场景,适合不同需求的开发者。 ... [详细]
  • 本文详细介绍如何在 Apache 中设置虚拟主机,包括基本配置和高级设置,帮助用户更好地理解和使用虚拟主机功能。 ... [详细]
  • MITM(中间人攻击)原理及防范初探(二)
    上一篇文章MITM(中间人攻击)原理及防范初探(一)给大家介绍了利用ettercap进行arp欺骗及劫持明文口令,后来我发现好友rootoorotor的文章介绍比我写的更透彻,所以基础利用大家可以参看 ... [详细]
  • Zabbix自定义监控与邮件告警配置实践
    本文详细介绍了如何在Zabbix中添加自定义监控项目,配置邮件告警功能,并解决测试告警时遇到的邮件不发送问题。 ... [详细]
author-avatar
墨镜小靖
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有