The ASP.NET MVC Framework allows developers to build web applications in a more flexible way. Using the MVC Framework you bypass the headaches of ViewState and Postbacks and also enable your application for testing. In this article we are going to take a look at the Controller Action Role-Based Security. ...
Interesting?