Question

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.

Was it helpful?

Solution

You need to add it to the Web.config for the generated site. Its the defaultCommandTimeout provider in the Provider setting.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top