如何关闭IIS调试中的超时
我有 .NET 应用程序托管在 IIS 6.1 上
不可能长时间调试它,因为它在一段时间后就终止了。
如何改长或者关闭这个超时?
I have .NET application that is hosted on IIS 6.1
It is impossible to debug it for long time, because it is terminated after some period of time.
How to change to longer or turn off this timeout?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所能做的就是使用 IIS 管理器更改连接超时值。默认值为 120 秒。您可以将其更改为最大整数值(以模拟关闭),但我认为 3600(1 小时)已经足够了。
有关该主题的一些链接:
All you can do is change the Connection Timeout value using the IIS Manager. The default is 120 secs. You can change it to max integer value (to emulate turning off), yet 3600 (1 hour) is more than enough in my opinion.
Some links on the subject: