Hi all.
I started a new ASP.NET MVC project, but I'm using Telerik Data Access as my ORM, as a requirement from my client. I want to implement the site's security by using ASP.NET SimpleMembership (or ASP.NET Identity, but I'm not sure if it'll work on MVC4). Is there a way to make any of those providers work with something other than EF? I'm thinking something like when we used MenershipProvider and RolesProvider, when you would create your own classes that inherited those and then set the provider in the Web.comfig file.
Has anyone done this? I've looked around the web, but I always see that they use EF, even with a custom database.
Thanks a lot.