AI OnAI Off
The first question I have not tried to get to work yet. I can take a look and get back to you.
The second question is trying to delete the anonymous user from the aspnet_users table. I think it is getting confused and thinks your windows authtneication id is the anonymous id. Try turning of anonymous identification in web.config then login then turn back on.
Hi Carl,
Did you get this working? How?
See my related post http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=63501&epslanguage=en
I'm trying to get windows accounts into commerce so that I can connect a contact to a windows login.
I've set up MultiplexingRoleProvider like this:
I've set up MultiplexingMembershipProvider like this:
Now I can't seem to get a windows account into neither cms nor commerce. Now I've tried to set up a page so that only authenticated users can access it. With a new browser window, I get the login screen.
I can't login with my windows account there.
When logging in now with my default admin login I get an error message stating that commerce tried to delete the windows account. That doesn't make sense.
Q: How do I connect a windows account to a commerce contact?
Q: What is the profile module undertaking with Migrate_Anonymous, trying to delete the user, when logging in as administrator?