Is there any security/authorization/role for asp.net that is simpler and easier to implement than the default ASP.net membership?
Is there any security/authorization/role for asp.net that is simpler and easier to implement than
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve never been a fan of membership, but implementing authorization and role-based security in ASP.NET is easy and works quite well.
How to implement Authentication (MS KB301240)
How to implement Role-Based Security (MS KB311495)