我有windows application using wcf services.
根据功能,代码正常运行。好吧,我只是想调试一些代码,所以我在一个类文件中插入了一些break points
。因此,当我调试代码时,我经常在我的Web.config中收到异常Operation Timed out.
,我检查了execution time
它是2400
。所以我猜执行时间不是问题。如果我运行代码没有调试它工作正常。那可能是什么问题呢?
sendTimeout="10:15:00"
<httpRuntime executionTimeout="2400" maxRequestLength="2147483647"/>