I tried to set ConnectionTimeout of SqlConnection object (C#). But it is read-only property. Default timeout to establish connection is specified as 15 seconds. I want to increase the timeout to 60 seconds.
Is there any other way to set ConnectionTimeout property?
SqlConnectionobject. See the example on msdn.microsoft.com/en-us/library/…