I created a user on the SQL Server but using that login I get this message:
Login failed for user ''. The user is not associated with a trusted SQL Server connection.
[SqlException (0x80131904): Login failed for user ''. The user is not associated with a trusted SQL Server connection.]
Here is my connect string:
<connectionStrings>
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer" connectionString="Server=SRV-02;Initial Catalog=OCIS_logins;Integrated Security=True;user id=TEST;password=test" providerName="System.Data.SqlClient"/>
</connectionStrings>
I am sorry for this possible bad question but I normally do not have anything to do with SQL server admin…
I hope you can help me please.
Steve
Change Integrated Security=True to Integrated Security=False