Error 0x80005000 and DirectoryServices

后端 未结 13 1942

I\'m trying to run a simple LDAP query using directory services in .Net.

    DirectoryEntry directoryEntry = new DirectoryEntry(\"LDAP://someserver.contoso.c         


        
13条回答
  •  独厮守ぢ
    2020-11-29 04:59

    Just had that problem in a production system in the company where I live... A webpage that made a LDAP bind stopped working after an IP changed.

    The solution... ... I installed Basic Authentication to perform the troubleshooting indicated here: https://support.microsoft.com/en-us/kb/329986

    And after that, things just started to work. Even after I re-disabled Basic Authentication in the page I was testing, all other pages started working again with Windows Authentication.

    Regards, Acácio

提交回复
热议问题