Quantcast
Channel: Security
Viewing all articles
Browse latest Browse all 4737

ASP.net Identity

$
0
0

Hi All,

I've been searching and searching, and I would like an opinion on whether this is the right way to go about things.

  • I am starting a large MVC project.
  • I want to use ASP.net Identity framework after using Membership for many years.
  • I want to completely remove EntityFramework from my Web project and just have it in my DAL project.

However it seems as if Identity is so closely tied to EF it is a lot of work to remove the coupling.

I am wondering:

  • If anyone has a thorough guide on how to do this. Or example project to view? I don't need roles, just the user side.
  • Would you suggest this is a good thing to do?
  • Is there a better authentication provider for me to use which would be simpler to implement? I am worried that if certain parts get updated to identity I am going to have a lot of things to change.

I am looking to achieve a true separation of tiers, so I don't want any data access in my Web project.

Thanks


Viewing all articles
Browse latest Browse all 4737

Trending Articles