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

标签 visual-studio visual-studio-2010 webdev.webserver

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

最佳答案

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

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

关于visual-studio - 是否可以防止 VS2010 杀死 WebDev.WebServer 进程?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3659734/

相关文章:

visual-studio - VisualStudio : Find implementation inside my nuget package

C# 系统.IO.DirectoryNotFoundException : Could not find a part of the path

visual-studio-2010 - 将 MVC3 应用程序发布到 IIS 错误 - Web 服务器配置为不列出此目录的内容

asp.net - 有没有一种方法可以将虚拟目录添加到Visual Studio Development Server?

c# - 避免 Visual Studio 在特定区域自动格式化代码

c++ - 让火浮起来

c++ - 强制 MS VS2010 在每次构建时重建一个 cpp 文件

c++ - 在 excel 中使用 C++ 2010 dll

debugging - Internet Explorer 的 Firebug 等效项

http - Golang 创建动态函数(在运行时)