0

If I want to create a customized ASP.Net MVC3 form based authentication, what are the interfaces I should implement? I want to do the role based form authentication.

1 Answer 1

2

You could implement a custom Membership provider and a RoleProvider. Those are 2 abstract classes that have lots of methods but you don't need necessarily to implement all of them. Only those that you intend to use. Here's an article which illustrates some of the basic steps.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.