在 Visual Studio 中附加进程超时
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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