Results 1 to 5 of 5

Thread: Login Failed for user "NT Authority/Anonymous user"

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2003
    Location
    Bangalore
    Posts
    47

    Login Failed for user "NT Authority/Anonymous user"

    HI,
    i am developing a web application which sholud be accessible for only domain users(NT Athuntication) with database SQL SERVER 2000 with NT Athuntication.It is working fine if i am accessing from local system with address"HTTP:\\Localhost\applicationname".But where as if i am accessing with "HTTP:\\IPADDRESS\applicationname" after 10 mints it showing the error "Login Failed for user "NT Authority/Anonymous user". Can any body tell me the solution for this.
    im using the fallowing connection for above said application problem.
    Connection string "Intigrated security=sspi;databasename=XXX;server=ZZZ";

    in the web.config i made impesrsastion=true;windows authuntication.

    in the IIS i disabled Anonymous user access.Only intigrated windows security enabled.


    Thanks in advance
    satish

  2. #2
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175

    Re: Login Failed for user "NT Authority/Anonymous user"

    Hi,
    if you are using IE have you set Enabled Integrated Windows Authentication off the Tools/Internet Options/Advanced tab?

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2003
    Location
    Bangalore
    Posts
    47

    Re: Login Failed for user "NT Authority/Anonymous user"

    I think it is not requried.

  4. #4
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175

    Re: Login Failed for user "NT Authority/Anonymous user"

    How are you passing the credentials?

  5. #5

    Thread Starter
    Member
    Join Date
    Jan 2003
    Location
    Bangalore
    Posts
    47

    Re: Login Failed for user "NT Authority/Anonymous user"

    No need of passing the credentials.

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