I'm developing a Winform project that needs to connect to a remote Sql server. I'm using Entity Framework as ORM. Here is my connectionstring
<add name="RemoteConnection" connectionString="Data Source=*****;Initial Catalog=****;User Id=****;Password=*****;Integrated Security=True;MultipleActiveResultSets=True" providerName="System.Data.SqlClient" />
I get the following error when i want to connect remote sql server
Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
Everything works fine with SQL server management studio, i'm able to see databases and have access to them, but when in comes to code i get error