Dynamic Permissions for roles in Asp.NET mvc
Posted
by
Muhammad Adeel Zahid
on Programmers
See other posts from Programmers
or by Muhammad Adeel Zahid
Published on 2011-03-18T19:34:57Z
Indexed on
2011/03/19
0:18 UTC
Read the original article
Hit count: 516
wpf
|asp.net-mvc
Hello,
we have been developing a web application in asp.net mvc. we have scenarios where many actions on web page are dependent upon role of a specific user. For example a memo page has actions of edit, forward, approve, flag etc. these actions are granted to different roles and may be revoked at some later stage. what is the best approach to implement such scenarios in Asp.net mvc framework. i have heard about windows workflow foundation but really have no idea how it works. i m open to any suggestions.
regards
© Programmers or respective owner