Hi, from my C# windows application, when I try to connect with my SQL Database, located in my website, I receive the following error message
A connection was successfully established with the server, but then an error occurred during pre-login handshake (provider-TCP Provider; error-0 An existing connection was forcibly closed by the remote host.)
My Connection String
A connection was successfully established with the server, but then an error occurred during pre-login handshake (provider-TCP Provider; error-0 An existing connection was forcibly closed by the remote host.)
My Connection String
Connection String:
String MyDBCon_1 = "Server=xxx.xxx.xxx.xx, xxxx; User Id=MyUserID; Password=MyPsWord; Database=MyDataBaseName;";