Musa's response to remove the negative. There is no mention of a custom membership provider, but this does not mean that this is not an answer.
He sees on the right, there is no specific EF4 vendor that comes with the framework, but you can create your own.
This actually consolidates the problem area, because you can CLEAN the users ’connection with the rest of the entity’s objects, and not consider membership as a separate black box that you have to deal with.
The way to do this is to inherit from the MembershipProvider and implement abstract methods.
Once you do this, you can do whatever you want with users, etc., instead of living in fear of breaking the SQLMembership tables and stored procedures that you get by default - which I don't like to use, because they are ugly.
I just did this using my own EF4 model, with my own user implementation, etc. I used the sample code that came with this video - http://www.asp.net/general/videos/how-do-i-create-a-custom-membership-provider . BTW, if you use this sample code as is, watch out for a few typos in stored procedure names!
RichardW1001
source share