Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi if my have a project with 5 layer: DomainLayer(For Poco),DataLayer(For Context And Migration),ModelLayer(for ViewModel Class),ServiceLayer(for crud),web(For UI)
how to use identity in this project?
Posted
Updated 4-Jun-14 9:25am
v2
Comments
[no name] 4-Jun-14 15:31pm    
http://www.asp.net/identity/overview/getting-started/introduction-to-aspnet-identity
Sergey Alexandrovich Kryukov 4-Jun-14 15:36pm    
Would you rather post it as an answer?
—SA

1 solution

This following article focuses on customizing and modifying version 1.0 of the ASP.NET Identity framework. If you are using the recently released version 2.0, this code in this article won;t work. For more information on working with Identity 2.0, see ASP.NET Identity 2.0: Understanding the Basics and ASP.NET Identity 2.0:

Extending Identity Accounts and Implementing Role-Based Authentication in ASP.NET MVC 5[^]
http://www.dotnetcurry.com/showarticle.aspx?ID=786[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900