I created a local MSSQL database with my ASP.NET project.
Now I want to connect to my database hosted in http://www.abc.com
What should I put in the connectionString ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check with your hosting provider (abc.com). Some hosting providers don’t allow remote connection to their databases, and require you to use their web application to access your database.
If they do allow access, they should provide you with SQL Authentication details of:
An example of a SQL connection string would be: