Posted on: 1/7/2014 12:36:22 AM | Views : 775

Hi Folks,
I am trying to create an applicaiton using VS2013 and the asp.net web forms application.   It appears that much has been changed and things no longer seem to work as they once did.
In this particular case, using the default project I am trying to get the login control to work with Active Directory.  There used to be an A/D membership provider which one could just point an LDAP connection string at.   However, the new project template contains a thing called 'System.Web.Providers.DefaultMembershipProvider'.  The issue is that it appears to have been coded to only work with SQL databases - providing an LDAP connection string results in an error of either: Keyword not supported or Format of initialization string does not conform to specification.
The LDAP connection string is taken from another app written in a previous version of Visual Studio (2010) and works fine.
Does anyone know how to get this working w ...

Go to the complete details ...