在 Visual Studio 中附加进程超时

发布于 2024-09-15 09:22:22 字数 178 浏览 5 评论 0原文

我正在 Visual Studio 2005 中创建一个网页,并将该项目附加到 Firefox 等进程。如果我在代码中创建断点(例如单击事件),并且我花太多时间查看代码,突然进程断开连接,我无法继续查看代码。

问题:有谁知道如何增加将网页与浏览器关联时的等待时间?

非常感谢

I am creating a webpage in Visual Studio 2005, and I attach that project to a process like Firefox or whatever. If I create a breakpoint in the code (for example to a click event), and I am too much time looking at the code, suddenly the process unattach and I cannot continue looking the code.

Question: Does anyone know how to increase the waiting time when you associate a web page to a browser?

Thank you very much

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

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

发布评论

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

评论(1

带刺的爱情 2024-09-22 09:22:22

1) 在 IIS 7.5 中,右键单击您的应用程序运行所在的应用程序池,然后单击“高级设置”

2) 在“进程模型”部分下,将“Ping Enabled”设置为 false

1) In IIS 7.5, right click on the application pool that your app is running under and click on "Advanced Settings"

2) Under the "Process Model" section, set "Ping Enabled" to false

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