Active Directory logonuser API cannot work with correct login details

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SunshineInTheRain
    New Member
    • Jan 2008
    • 14

    Active Directory logonuser API cannot work with correct login details

    I have 2 servers, server1(window server 2003) and server2(window server 2000). The LogonUser work on server1 but show error code 1326 (which mean bad userName or Password) on server2 with both same and correct login detail on same application. ASPNET account has been set in "Act as part of the operating system" too. what else reason that may cause such error? I had "ping" the server2, it show server2.OneName .com, is it mean that the domain name is OneName, right? If yes, then i confirm I give the correct domain name too. But then what else reason that may cause such error to occur? Any help is appreciated very much. It is quite urgent. Thanks in advanced.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Probably the authentication method used, this may explain:
    Windows Authentication in ASP.NET 2.0

    Comment

    Working...