Have followed the instructions, however i am getting the problem:
"Could not load type 'AdAspNetProvider.Provider.ActiveDirectoryMembershipProvider'."
Have got the dlls in the bin folder as per instructions:
Umbraco.IdentityExtensions.dll
AdAspNetProvider.dll
To use this DLL, you must also have AdAspNetProvider.dll (https://adaspnetprovider.codeplex.com) and the Umbraco Extensibility for ASP.Net Identity (https://www.nuget.org/packages/UmbracoCms.IdentityExtensions/) DLL installed. Umbraco v7.3.1 or newer is required.
help using back office active directory package
https://our.umbraco.org/projects/backoffice-extensions/umbraco-back-office-active-directory-aspnet-provider/
Umbraco v 7.3.7
Have followed the instructions, however i am getting the problem:
Have got the dlls in the bin folder as per instructions: Umbraco.IdentityExtensions.dll AdAspNetProvider.dll
To use this DLL, you must also have AdAspNetProvider.dll (https://adaspnetprovider.codeplex.com) and the Umbraco Extensibility for ASP.Net Identity (https://www.nuget.org/packages/UmbracoCms.IdentityExtensions/) DLL installed. Umbraco v7.3.1 or newer is required.
Thanks
If you have the DLL in place, what version of NET Framework is installed on your server?
Got the site to run.
Changed type="AdAspNetProvider.Provider.ActiveDirectoryMembershipProvider" to type="AdAspNetProvider.ActiveDirectoryMembershipProvider"
is working on a reply...