iam working in asp.net 1.1. my active directory dominname is ajcserver.
when i call ldap://ajcserver "server is not operational" error is showing. But i can call ldap://196.1.1.253. it is working fine. but my requirement is ldap://domainname. my testing server is local server.how can i check it?? plese help me
Loading
Guest UserPosted Sep 14, 2011, 7:55 AM
merlishPosted Sep 14, 2011, 2:46 AM
Guest UserPosted Sep 13, 2011, 8:16 AM
You'll have to find out from your network team what the fully qualified name of the LDAP server is. It may be something like "ajcserver.yourcompany.com".
Alternatively, as a quick fix, you could add the following line to the hosts file (on XP it's at C:\WINDOWS\system32\drivers\etc\hosts):
196.1.1.253 ajcserver
This should allow you to access the LDAP server by name from your local PC.
merlishPosted Sep 13, 2011, 12:14 AM
Guest UserPosted Sep 12, 2011, 12:34 PM
See if you can find out what the fully qualified name of the server is and try that instead.