asp.net 开发服务器意外启动

发布于 2024-10-16 13:00:49 字数 242 浏览 2 评论 0原文

代码面的糟糕一天。我通常使用 iis 的本地副本来调试 Web 应用程序。今天在测试该代码时,我遇到了一些堆栈溢出。之后,Visual Studio 无法连接到 iis 进行进一步调试。重新启动后,我再次能够针对 iis 调试我的 Web 项目。我现在遇到的恼人的问题是,当我单击开始调试时,asp.net 开发服务器(Cassini)也会启动。有人知道什么可能导致服务器意外启动吗?我已经检查了我的应用程序属性,并且未检查使用 Visual Studio 开发服务器。

Bad day at the code face. I normally debug my web applications using a local copy of iis. Today while testing that code I suffered a couple of stack overflows. Following that visual studio failed to connect to iis to debug further. After rebooting I was again able to debug my web projects against iis. The annoying problem I have now is that the asp.net development server (Cassini) also starts up when I click start debugging. Does anybody have any idea what could be causing the unwanted server start? I've checked my app properties and use visual studio development server is not checked.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

稚然 2024-10-23 13:00:49

解决方案中是否有其他项目设置为使用开发服务器?如果任何项目具有该设置,Visual Studio 将启动开发服务器,以防您调试该项目。

Do you have other projects in the solution that are set to use the Development Server? If any of the projects have the setting, Visual Studio will start the Development Server just in case you debug into that project.

呆萌少年 2024-10-23 13:00:49

您是否尝试过 clean + build 或 Rebuild ?听起来好像某个地方的设置出了问题。

在 Web 项目属性中,尝试选中使用自定义 Webserver 并手动将 URL 添加到服务器 Url 字段中。

当然,您可以尝试关闭 VS、重新启动计算机、重置 IIS 以及针对 Microsoft 产品相关问题的所有其他解决方法;-)

HTH

Have you tried a clean + build or Rebuild ? Sounds like a setting has gone awry somewhere.

In the web project properties, try checking Use Custom Webserver and manually put the URL in the Server Url field.

And of course you could try shutting down VS, restarting your machine, resetting IIS and all those other workarounds for Microsoft product-related issues ;-)

HTH

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文