I have a class that uses DirectoryServices to do searches to Active
Directory. It is able to return properties and that sort of thing. It is
used in a web application and every so often I am seeing it loose connection
to AD and I can not get it back with out restarting the WWW service. I
thought that it might be that I was not closing the connection to AD or that
I was not disposing my classes. It seems to have heled but about every 2
days or so I get a drop. I set up some error logging and the error that I
receive is: The server is not operational. System.DirectoryServices.
System.Runtime.InteropServices.COMException (0x8007203A): The server is not
operational. I am also keeping track of the instances of the class and I am
getting the error with any number of instances.
Thanks for your help