Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近,我们从 Web 服务日志中遇到了上述问题。这只发生在开关上,但我们对可能导致此错误发生的原因感到困惑。该sql只是一个普通的sql。首先,我们认为这可能是因为长时间运行的查询,但根据 goggling 发现,如果超过默认的 30 秒超时,.Net 2008 将出现超时过期异常。所以怀疑不是因为 sql 本身。从事件查看器中,我们可以发现 NLB 收敛事件在此期间发生。NLB收敛是否会导致网络故障从而导致错误触发?