¿Cuál es la mejor manera de activar el cache de la data del Active Directory en ASP?
Activar cache del active directory de asp
Iniciado por
Fran Smith
, mar 31 2014 16:18
#1 AUTOR PREGUNTA
Preguntas Similares
Esto también te interesa!
#2
Publicado 31 marzo 2014 - 21:15
Para tomar control sobre las propiedades las cuales quieres aplicar cache usa RefreshCache() para ello:
System.DirectoryServices.DirectoryEntry entry = new System.DirectoryServices.DirectoryEntry(); entry.RefreshCache(new string[] {"cn", "www" });