Rahul Chavan
How to make infinite timeout in Connection String?
By Rahul Chavan in ADO.NET on Apr 05 2016
  • Rahul Chavan
    Apr, 2016 5

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

    • 0