views:

59

answers:

1

I have a CMS application in which i want to apply security on user actions like user1 can have rights to add new page but doesnt have rights to delete that page im maintaining this rights in database. Please tell me what may be the best approach to implement security to this CMS

+1  A: 

You may take a look at this blog post which contains useful links.

Darin Dimitrov
i want to implement in asp.net mvc
Fraz Sundal
@Franz Sundal All the features in that article are hooked into Asp.net MVC.
jfar