Hello,
I am trying to connect to a remote database with a UWP app, but haven't been successful. The connection string that I am using is: "Data Source=XXX.XXX.XX.XX\ETI; Initial Catalog=ETI_Analyzer;
Integrated Security=false; User Id=XXXXX; Password=XXXXXXX".
I can successfully connect to a local database, as well as connect to the remote database through SSMS.
The firewall has been configured to allow sql server and sql server browser. I have also tried turning the firewall off on both computers.
I have enabled the internet client/server, internet client, and private networks client/server in the package.appmanifest file. The minimum targeted version is the Fall Creators Update.
I have attached the error message that I receive after the connection times out: 
Thank you.