I'm using Visual Studio 2010 and I'm getting this error when trying to run my login page
Serverless LDAP connection strings are not supported by the Active Directory membership provider
this is my webconfig :
connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true"
providerName="System.Data.SqlClient" />
connectionString="LDAP://ADMM.mom.com"/>
type="System.Web.Security.ActiveDirectoryMembershipProvider,
System.Web, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="ADConnectionString"
attributeMapUsername="MOMUserName"/>
ToBePosted Apr 4, 2013, 3:15 AM
attributeMapUsername="MOMUserName" to
attributeMapUsername="sAMAccountName"
but I need now to Access a particular Group of the Active directory how can I do it ?