CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2007
    Posts
    149

    Unhappy The user is not associated with a trusted Sql Server Connection.

    Hi, Using .Net Remoting I am getting an error of
    String strConn = "Data Source=KPTEST1;Initial Catalog=Store Integrated Security=SSPI";

    System.Data.SqlClient:Login Failed for User. The user is not associated with a trusted Sql Server Connection.

    In simple scenarios i never got this error.

    Please Help

  2. #2
    Join Date
    Apr 2005
    Location
    Norway
    Posts
    3,934

    Re: The user is not associated with a trusted Sql Server Connection.

    Maybe this helps:
    http://support.microsoft.com/kb/555332

    - petter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured