Why does authenticating against LDAP with DirectoryEntry intermittently throw COMException (0x8007203A): “The server is not operational”?

后端 未结 3 1302
隐瞒了意图╮
隐瞒了意图╮ 2021-02-09 06:27

If anybody has a similar story, please post details below!

I\'m building an ASP.NET website which needs to support authentication against LDAP.

3条回答
  •  失恋的感觉
    2021-02-09 07:11

    I read something about the checking with NETSTAT and checking the states of active connections. a TIME WAIT multiples could indicate an issue with ports redirection. Nonetheless, am getting the same error for past 3 days. I've asked the network administrator to modify my permissions, and even that didn't help. The article discussing this in more details: C# .NET Application looses Connection to the Active Directory

提交回复
热议问题