Search code examples
entity-frameworkasp.net-membershipwebformsasp.net-4.5simplemembership

How to use SimpleMembership with WebForm 4.5 and EntityFramework?


Ive heard there new providers with ASP.NET 4.5 (such membership provider) but it seem i can't find anything decent about using the SimpleMembership with WebForm ASP.NET 4.5 and EntityFramework. Is there any good documentation or explanation about how to implement the SimpleMembership with the technologies specified over (sql shema creation, configuring the project)?


Solution

  • Here is a recent article that gives a good overview:

    SimpleMembership, Membership Providers, Universal Providers and the new ASP.NET 4.5 Web Forms and ASP.NET MVC 4 templates

    Hope this helps.