有没有办法让executionTimeout在调试时生效?

jba*_*all 3 asp.net debugging timeout

我想调试一个网站,还要使httpRuntime executionTimeout设置生效。但是,文档说:

仅当编译元素中的 debug 属性为 False 时,此超时才适用。

有没有什么办法,使executionTimeoutdebug="True"

jba*_*all 5

经过一个多星期的搜索和尝试各种 hack,我有信心地说,截至目前,没有合理的方法让httpRuntime executionTimeout设置在compilation debug标志设置为 true 时生效。

一种可能的可怕的 hack 解决方法是以某种方式欺骗系统认为已经超过 30,000,000 秒(刚好超过 347 天)已经过去,这executionTimeout被覆盖为何时debug为真。

  • 感谢您对此进行研究,即使答案不是人们所希望的。 (2认同)