是否可以防止VS2010杀死WebDev.WebServer进程?

发布于 2024-09-18 18:54:21 字数 100 浏览 4 评论 0原文

自从我开始使用 VS 2010 以来,我注意到当我停止调试器时,它也会杀死开发 Web 服务器。在 VS 2008 中,我经常在不附加调试器的情况下工作。 2010年有可能做到这一点吗?

Since I've starting using VS 2010 I've noticed that whne I stop the debugger it also kills the development web server. In VS 2008 I would regularly work without the debugger attached. Is it possible to do this in 2010?

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

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

发布评论

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

评论(2

风铃鹿 2024-09-25 18:54:22

不,如果您使用 F5 启动 Visual Studio,则不可能。它将 Web 服务器视为被调试进程,并将在调试会话结束时终止它。

不过,您可以在不进行调试的情况下启动该进程,并通过以下方式继续使用 Web 服务器较长一段时间: Ctrl+F5

No it's not possible if you start Visual Studio with F5. It considers the web server the debugee process and will kill it at the end of the debugging session.

You can however start the process without debugging and continue to work with the web server for an extended period of time via: Ctrl+F5

放我走吧 2024-09-25 18:54:22

是的,只是不要使用开发 Web 服务器;)

Yes, just do not use the development web server ;)

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