My friend and I are developing a web application project. The SQL server is located here in Laos while he is in the Philippines. I tried to create a connection string but it gives me a "system.componentmodel.win32exception:the wait operation timed out".
Below is my connection string:
string con = "Data Source=public ip,1433; Network Library=DBMSSOCN; Initial Catalog=MyDB; TrustServerCertificate=True; User ID=myUser; Password=myPass";
string con = "Data Source=public ip,1433; Network Library=DBMSSOCN; Initial Catalog=MyDB; TrustServerCertificate=True; User ID=myUser; Password=myPass";
Hoping someone can assist me in this. Thanks in advance.

Jignesh KumarPosted Dec 11, 2018, 10:02 PM
Jes SiePosted Dec 11, 2018, 9:42 PM
Jignesh KumarPosted Dec 6, 2018, 12:15 AM
Vincent Maverick DuranoPosted Dec 5, 2018, 11:04 PM
Kapil GaurPosted Dec 5, 2018, 10:56 PM
Kapil GaurPosted Dec 5, 2018, 10:49 PM
Sourav MukherjeePosted Dec 5, 2018, 10:29 PM