M
Maria Isabel Henao
Hi,
I'm having some problems with my web application when I try to connect to
Active Directory.
The code worked well for months but about 4 weeks ago it stopped working.
I'm using a LDAP path like this: LDAP://DC=domain,DC=com With the
following code:
ADSentry=new System.DirectoryServices.DirectoryEntry(rutaLDAP);
ADSsearcher=new System.DirectoryServices.DirectorySearcher(ADSentry);
ADSresults=ADSsearcher.FindAll();
I get a COMException: The specified domain either does not exist or could
not be contact.I n other pieces of code, i get "The network path was not
found"
Do you have any idea about what could be hapening?
Thanks a lot,
Maria Isabel Henao
I'm having some problems with my web application when I try to connect to
Active Directory.
The code worked well for months but about 4 weeks ago it stopped working.
I'm using a LDAP path like this: LDAP://DC=domain,DC=com With the
following code:
ADSentry=new System.DirectoryServices.DirectoryEntry(rutaLDAP);
ADSsearcher=new System.DirectoryServices.DirectorySearcher(ADSentry);
ADSresults=ADSsearcher.FindAll();
I get a COMException: The specified domain either does not exist or could
not be contact.I n other pieces of code, i get "The network path was not
found"
Do you have any idea about what could be hapening?
Thanks a lot,
Maria Isabel Henao