Decoupling Microsoft.AspNet.Identity.*

前端 未结 3 2005
粉色の甜心
粉色の甜心 2020-12-30 09:37

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

3条回答
  •  一生所求
    2020-12-30 09:50

    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.

提交回复
热议问题