Posted on: 1/7/2015 5:40:32 PM | Views : 565

Hi,
I am creating a public facing website where users can login either creating their own account or using any social logins available. Not sure but looks like asp.net identity with custom provider would work fine.
Few questions here:
- Am I correct in my approach of using asp.net identity for a public facing website or there is something else I need to look into.
- While browsing through I saw references that people have inherited their users from either IUser or Identity user. Is there any difference or in case anyone is latest out of the two.
Please advise.
Thanks

Go to the complete details ...