From all the resources I have read the membership should create a user record in the database as soon as an anonymous user gets on the site. anonymousIdentification is enabled and all the normal authenticated memberships are being created as expected, provider works fine. When I check, the browser cookie is created correctly and AnonymousID is available in the Request. I thought the record might be first created when saving a profile setting but the Profile Save() runs through smoothly not doing anything, no DB records created, no profile information saved.
Anyone ever experienced that? I'm using ASP MVC RC2.
...
Go to the complete details ...