5

I'm building an application for which I want to use roles managment applicable to individual pages. That is, restrict users' access to pages based on their roles. These roles are stored into the database, as the users. This is the PHP way of doing things and I'm trying to port this to ASP.NET

What I need is that someone can point me to the right resources to look at to acomplish the above task. Until now I have not been able to find what I am looking for.

Thank you.

4

2 に答える 2

4

ASP.NETメンバーシッププロバイダーモデルをチェックアウトする必要があると思います。

http://msdn.microsoft.com/en-us/library/sx3h274z.aspx

于 2010-02-20T12:30:01.203 に答える
4

きめ細かい制御をお探しの場合は、RhinoSecurityをご覧ください。

于 2010-02-20T12:42:21.983 に答える