When trying to connect to the database, I get the following error:
Login failed. The login is from an untrusted domain and can not be used with Windows authentication.
I'm using MVC 5 and below is my connectionstring
. I'm not using Windows authentication , but for some reason the system is considering it as if I were using it.
add providerName="System.Data.SqlClient" connectionString="Data Source = 123.456.789.10; Initial Catalog = BankName; Integrated Security = True; Persist Security Info = True; Connect Timeout = 30; User ID = Foo; Password = Bar "name=" DefaultConnection "