How do you handle EF Data Contexts combined with asp.net custom membership/role providers
- by KallDrexx
I can't seem to get my head around how to implement a custom membership provider with Entity Framework data contexts into my asp.net MVC application. I understand how to create a custom membership/role provider by itself (using this as a reference).
Here's my current setup:
As of now I have a repository factory interface that allows different…