User-919141344 posted
Hello there,
I have followed Microsoft's HowTo to create a LDAP authentification for an ASP.NET program.
http://msdn.microsoft.com/en-us/library/ms998360.aspx
I've followed the whole thing but I have this error :
Message d'erreur de l'analyseur: Impossible d'établir une connexion sécurisée au serveur
Erreur source:
Ligne 51 : <add Ligne 52 : name="MyADMembershipProvider" Ligne 53 : type="System.Web.Security.ActiveDirectoryMembershipProvider, System.Web, Version=2.0.0.0, Ligne 54 : Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Ligne 55 : connectionStringName="ADConnectionString"
|
Sorry it's in French. It means : impossible to establish a secure connection with the server.
When I connect to the server with Apache Directory Studio, I don't need to chose to connect with a "secure" connection but it works.
Does anybody know where this comes from ?
Thank you.