Not associated with a trusted SQL connection???

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.
 
G

Guest

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....
 
G

Guest

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...
 
G

Guest

is it application Asp.net?
go to IISc server created the new user and giving permission
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top