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.
A:
Hi,
You need to add it to the Web.config for the generated site. Its the defaultCommandTimeout provider in the Provider setting.
Skelly
2009-09-10 15:00:44
Thanks, i'll check that out and get back to you.If I knew how to put a bounty on this question - i might do that too !!
Mike D
2009-09-11 10:24:36
Your answer is correct, so thanks, however, nettiers doesn't seem to always follow the command, ONCE it did, other times it didn't, but thanks, I was able to find more references on the web based on your answer.
Mike D
2009-09-21 12:24:03