如何在 NetTiers 中设置 CommandTimeout 或 ConnectionTimeout ?
有谁知道如何在 NetTiers 中设置 ConnectionTimeout 和/或 CommandTimeout 因为我有一个长时间运行的查询超时。 我希望查询长时间运行,这不是性能问题,我只需要知道是否有人知道如何设置这个值。
Does anyone know how to set the ConnectionTimeout and/or CommandTimeout in NetTiers as I have a long running query that is timing out. I expect the query to be long running, its not a performance problem as such, I just need to know if anyone knows how to set this value.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将其添加到生成站点的 Web.config 中。 它是 Provider 设置中的 defaultCommandTimeout 提供程序。
You need to add it to the Web.config for the generated site. Its the defaultCommandTimeout provider in the Provider setting.