If anybody has a similar story, please post details below!
I\'m building an ASP.NET website which needs to support authentication against LDAP.
I had the same problem and fixed it with this method
http://blogs.dirteam.com/blogs/tomek/archive/2007/08/09/system-directoryservices-and-connection-pooling.aspx
Although I can't precisely pinpoint the cause of this trouble, it seems to have to have stopped after migrating to a non-clustered server.
There are other odd facts about this bug:
All in all, this looks very much like a driver or kernel issue in win2k3 with clustering enabled, and not a .NET related problem.
So, if anyone else stumbles over a similar problem, check to see if clustering is enabled - it may save you weeks of headaches.
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