Hi,
I wonder if you can help, with a timout issue I am getting with an LDAP interface. No matter what values I have tried setting, I still get an error with a timout exceeded at the client end.
Needless to say, the MS doumentation is not the best on this. So far I have tried setting timeouts on:
LdapConnection
SearchRequest
SendRequest()
All of these have been set to various long duration values without success, the interface times out pretty much immediately. I am not even sure what range of values some of the timeouts accept. Have I missed something really obvious?
You help is much appreciated!