Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Since we had big problems getting this to work, i want to share this solution with you.
ECF has default the CMSMembershipProvider installed. To get MultiplexingMembershipProvider to work, do the following:
1. Drop the Episerver DLLs in bin-folder of ECF UI.
2. Configure the web.config
3. Set the DefaultBaseLibraryFactory in global.asax App_start
Observe! You still can NOT log in to the Commerce Manager with user belonging to any other provider than the CMSMembershipProvider! this issue i have been promised that it will be fixed to next version Episerver 7 Commerce.
But this allow us to have Administrators belonging to CMSMembershipProviders and can also login to Epirserver Admin.
web.config: (the users are saved in Episerver CMS User tables)
Feel free to comment this if i am wrong somewhere.