SetPassword is very slow
Posted
by bja
on Stack Overflow
See other posts from Stack Overflow
or by bja
Published on 2010-03-16T14:09:50Z
Indexed on
2010/03/16
14:16 UTC
Read the original article
Hit count: 471
active-directory
|directoryservices
Hi
We are experiencing a performance problem when communicating with the active directory using System.DirectoryServices. DirectoryEntry.Invoke("SetPassword", new object[] { password }) sometimes takes 15 seconds. The Service that makes the call is running on the same machine. What could make it that slow?
Cheers,
bja
© Stack Overflow or respective owner