Rahul Chavan
How to make infinite timeout in Connection String?
By Rahul Chavan in ADO.NET on Apr 05 2016
  • bishnu biswal
    Oct, 2022 12

    Connect Timeout=30 means, within 30second sql server should establish the connection.other wise current connection request will be cancelled.It is used to avoid connection attempt to waits indefinitely.

    • 0
  • Sandhya Pothineni
    Dec, 2018 21

    by declaring timeout in web-config file

    • 0
  • 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


Most Popular Job Functions


MOST LIKED QUESTIONS