Reputation: 220
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.
Upvotes: 0
Views: 1412
Reputation: 362630
You need to add it to the Web.config for the generated site. Its the defaultCommandTimeout provider in the Provider setting.
Upvotes: 1