Solution: User 'sa 'logon fails. Cause: it is not associated with a trusted SQL server connection. [Mongoanytao]

Source: Internet
Author: User
Tags stack trace
Solution: User 'sa 'logon fails. Cause: it is not associated with a trusted SQL server connection.

I encountered this problem during my authentication today, so I sorted out my solutions for my friends who encountered the same problem:

Problem description:
User 'sa 'Login Failed. Cause: it is not associated with a trusted SQL server connection.
 Note:An error occurred while executing the current Web request. Check the stack trace information for details about the error and the source of the error in the code.

Exception details:System. Data. sqlclient. sqlexception: User 'sa 'Logon Failed. Cause: it is not associated with a trusted SQL server connection.

Source error:

Row 118: sqlcommand cmd = new sqlcommand (SQL, con); row 119: Row 120: con. open (); row 121:

My solution steps:
This problem is generally caused by SQL Server being integrated with Windows authentication, so the solution is:

1. Open the SQL Server Enterprise Manager.
2. Right-click the server name and select "Edit SQL Server Registration attributes". Then, select "use Windows Authentication" in the dialog box ".
3. Try it. No. Check the security settings.
4. Right-click "properties" and open the "Security" tab.
5. On the tab, select "SQL Server and Windows" for authentication.

6 OK.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.