I have created a Amazon AWS RDS sql server database.
- I have connected the server by sql management studio. From my computer AWS server is connecting successfully as well as from other computer in same network serve. But the PC from other location and different network AWS RDS server is not connecting.
- I have created a c# windows application. From my pc it has successfully connected to AWS server and its working perfectly. My connection string is
Data Source=****.us-east-2.rds.amazonaws.com;Network Library = DBMSSOCN; Initial Catalog=myDB; User ID = username; Password = pass;
I have installed the setup file to client PC. But from the client PC, it is not connecting to AWS server and show bellow error
"A network related or instance specified error occurred while establishing a connection to sql server.... "
Any suggestion?