Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello,

I am developing web base application for my organization in mvc3 project using telerik mvc extension 2013 Q1, jquery, ajax, etc...

I am having a big problem in filtering each action and authenticating and below is the detail what i have in my application:
I have a table tblUser and a table tblController_Action and has many to many relationship.
now i have to check each action requested by the user with the controller action table and see the user has access or not and authenticate it.

so, any body's help on this issue will be highly appreciated.

thanks in advance...

regards.
Posted

1 solution

I think this is help you to brush on the basics required for MVC3 custom filetrs.
Custom Filters in MVC3
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900