I am working in Visual Studio 2013 RC and am testing Forms Authentication using new Microsoft.AspNet.Identity.*
packages.
I would to integrate these con
Just in case. Maybe I can help someone. exorcising entity framework from asp.net.Identity
I'd created separate project(class library), then add ref to asp.identity.core, then I'd implemented my UserStore class there, and feed it my Identity config in Web project.
It works fine in project with complex n-tier architecture.