Not associated with a trusted SQL connection???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, friends,

When I used ADO.Net to connect to our SQL Server, I got the error saying:

Login failed for user 'mscn'. Reason: Not associated with a trusted SQL
Server connection.

What did this mean? I created this user for msc database already! And the
connection string is:

"packet size=4096;data source=DELLSC1420;persist security info=False;initial
catalog=msc;user=mscn;password=mscn"

Help please. Thanks a lot.
 
When I right clicked server name in SQL Server Manager, and clicked on Edit
Registered SQL SErver Properties, in the pop up property window, Use Windows
authentication radio button was selected.

Is this what you want to know? Then, what is next?

Thanks a lot....
 
I could not see Mixed Mode.

There are only two radio buttons to select: the one I mentioned before and
the one saying Use SQL Server authentication

Any reference papers about this issue?

Thanks a lot...
 
is it application Asp.net?
go to IISc server created the new user and giving permission
 
Back
Top