visual-studio - 无法连接已配置的开发 Web 服务器 Visual Studio 2013

标签 visual-studio debugging visual-studio-2013

我用
视觉工作室 2013

当我运行一个项目时,我收到此错误:Unable to connect the configured development Web server.
这是 Visual Studio 2008 的解决方案,我正在搜索以下步骤:
http://www.dotnetspider.com/forum/250134-Unable-connect-ASP-NET-development-Server.aspx
这里 ; Tools->External Tools用来。
我必须在Command中选择什么在 External Tools对于 Visual Studio 2013?

提前致谢。

最佳答案

这发生在我身上。

对我来说,原因是错误的 IIS 配置文件。

我可以通过删除自动生成的 IISExpress 文件夹来修复它,该文件夹通常位于 %userprofile%/Documents ,例如C:\Users\[you]\Documents\IISExpress .

当我再次运行该项目时,它创建了一个包含有效 IIS 配置文件的新文件夹,我可以运行调试器。

关于visual-studio - 无法连接已配置的开发 Web 服务器 Visual Studio 2013,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23562040/

相关文章:

visual-studio - Visual Studio + FreeBSD服务器+ ssh =?

c# - 在 docker 容器中安装不同的框架

c# - 删除代码时有什么方法不会出现 Designer 错误? (C#、Visual Studio、WinForms)

python - 帮我找到合适的 ruby​​/python 解析器生成器

javascript - 错误监控缩小的 javascript

c++ - 对静态变量和静态方法的 undefined reference

c# - 如何在 Build EventS VS2013 中使用 RegAsm 注册 DLL

git - Visual Studio git clone 始终对文件使用 LF

c++ - 更改 openni2 上的分辨率不起作用

c# - 从默认 "Application1"名称更改项目名称