Role based security asp.net mvc

Viewed 7435

I'm interested in knowing what are the best practices for using role based security in MVC:
how to secure your actions and make them accessible by specific roles only?

1 Answers
Related