3
While trying to connect to database, I get the following error:
Login failed. The login is from an untrusted Domain and cannot be used with Windows Authentication.
I’m using MVC 5 and below follows my connectionstring
. I’m not using Windows Authentication, but for some reason the system is considering as if I were using.
add providerName="System.Data.Sqlclient" connectionString="Data Source=123.456.789.10;Initial Catalog=Dobanco;Integrated Security=True;Persist Security Info=True;Connect Timeout=30; User ID=Foo; Password=Bar" name="Defaultconnection"