1
Reply

How to make infinite timeout in Connection String?

Rahul Chavan

Rahul Chavan

Apr 05, 2016
486
0

    connection.ConnectionTimeout = 0; // This is not working A value of 0 indicates no limit (an attempt to execute a command will wait indefinitely).

    Rahul Chavan
    April 05, 2016
    0