Я создал пользователя на SQL Server, но используя этот логин, я получаю это сообщение:
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.]
Вот моя строка подключения:
<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>
Прошу прощения за этот возможный плохой вопрос, но обычно я не имею ничего общего с администратором SQL-сервера ...
Надеюсь, вы поможете мне, пожалуйста.
Steve