Re: Login failed for user '\'

From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 08/24/05

  • Next message: George Hardy: "Re: Access to path **** denied."
    Date: Wed, 24 Aug 2005 11:12:18 -0500
    
    

    On Tue, 23 Aug 2005 17:07:03 -0700, "Karl S." <KarlS@discussions.microsoft.com> wrote:

    ¤ Looks like I was wrong about the below statement.
    ¤
    ¤ > ... I tried setting
    ¤ > the authentication mode to anonymous and use the same user and SqlConnection
    ¤ > as my web service but I get the same error message. ...
    ¤
    ¤ When I set the authentication mode to anonymous and use the same username as
    ¤ my web service, it works. It appears that using "Integrated Windows
    ¤ authentication" only is why it is failing for me. What do I need to do to
    ¤ get this to work?

    You need to configure your environment for Kerberos as Dominick referred to in his last reply.

    IIS cannot delegate credentials to remote resources when Integrated Windows Authentication has been
    implemented.

    Paul
    ~~~~
    Microsoft MVP (Visual Basic)


  • Next message: George Hardy: "Re: Access to path **** denied."