Link to home
Start Free TrialLog in
Avatar of ITsolutionWizard
ITsolutionWizardFlag for United States of America

asked on

mvc membership and idenity

I want to use MVC identity 2.0 with my new project. However, I think it is over-kill what I need. and I want to have super simple way to handle login/password and other simple requirements i have. so I have the following list and it is my requirement. I just need very basic membership security.

1. Each controller have a way to reflect base on the roles (admin, buyer, seller and etc.)
2. No need for any external single sign on such as facebook
3. Flexible way to add security question for member profile
4. all data stores in MS SQL, not app data / table database.

Thanks
Avatar of ITsolutionWizard
ITsolutionWizard
Flag of United States of America image

ASKER

any helps?
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I would (and do) just use MVC identity