我使用Windows窗体编写了一个简单的应用程序。它在安装了mssql的pc上没有问题。在客户端以第一种形式我登录从mssql获取数据没有问题。当下一个表格出现时我接收
The login is from an untrusted domain and cannot be used with Windows authentication”
我的连接字符串是
SqlConnection con = new SqlConnection(@"Password=!;Persist Security Info=True;User ID=sa;Initial Catalog=DATABASE;Data Source=SERVER\SQL");
它适用于第一种形式。我不明白为什么他认为这种连接是Windows身份验证......