This is my connection string.
Data Source=.\MSSQLSERVER2012; Initial Catalog=admissio; Integrated Security=False; User ID=amedb; Password=*******; server=66.7.223.250;
I am trying to connect to a database but I'm unable to do so. Also I changed Data Source=66.7.233.250,8880;
or server=66.7.233.250:8880; or server=66.7.233.250,8880;
Is any other way to connect database?