G
Guest
Hi all,
I need to access information from Active Directory from my ASP.net 2.0
application (vb.net). Therefore I made a DLL which retrieves the data from
Active Directory. This works fine, all tests successfull. But when I call
this DLL from my web application (currently installed on my local SQL Server)
I always get an error message:
"The specified domain either does not exist or could not be contacted."
I tested it with the same values in the DLL-Test and it works fine so it
seems to be a problem accessing the AD from IIS? The error is thrown in this
line:
"If Not (dirSearcher.FindOne() Is Nothing) Then"
Many thanks in advance!
Kai
I need to access information from Active Directory from my ASP.net 2.0
application (vb.net). Therefore I made a DLL which retrieves the data from
Active Directory. This works fine, all tests successfull. But when I call
this DLL from my web application (currently installed on my local SQL Server)
I always get an error message:
"The specified domain either does not exist or could not be contacted."
I tested it with the same values in the DLL-Test and it works fine so it
seems to be a problem accessing the AD from IIS? The error is thrown in this
line:
"If Not (dirSearcher.FindOne() Is Nothing) Then"
Many thanks in advance!
Kai