hello
i'm in dificulties with ldap connections in .net. The error message is "The server is not operational"
i have a ldap directory (Critical Path manufacture) installed in mocrosoft net with a Active Directory (envirioment)
in other side i have a web application in other domain
when a i conncet using .net library System.DirectoryServices for ldap directories
Any idea about it? ...
PD
[COMException (0x8007203a): The server is not operational]
System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) +705
System.DirectoryServices.DirectoryEntry.Bind() +10
System.DirectoryServices.DirectoryEntry.get_AdsObject() +10
System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne) +199
System.DirectoryServices.DirectorySearcher.FindAll() +10
LDAP.LDAP.Obtenercod(String user) in C:\Cgpj\CGPJ.2007\1.Fuentes NET\Componentes\CGPJLDAP\LDAP\LDAP.vb:77
Decanatos.login.Button1_Click(Object sender, EventArgs e) in C:\Cgpj\CGPJ.2007\1.Fuentes NET\Decanatos\login.aspx.vb:45
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292