Home All Groups Group Topic Archive Search About

Roles Groups Question

Author
16 Nov 2006 2:36 PM
Goofy
Hi,

I am working in an organisation developing an asp.net application. The
application and general use of .NET may well expand to other applications,
so I need to start thinking about the arcitechture changes that will be
needed to support restriction of visibility of resources or permissions to
perform an action. Management of Groups etc, administration of users in
groups.

The obvious one which springs to mind is the use of Groups and Roles. We are
still using 1.x Framework as we dont have published justifiable grounds so
far to change this.

The obvious question which springs to mind, is how to hande groups,
subgroups, and conflicts like someone is has given access by group but
denied as an individual etc.

Does ASP.NET 2.0 handle this, or is there a groups object out there
somethwere which someone has already dont the hard work.

Thanks in advance, for any ideas on approach or resources.




--
Goofy

Author
16 Nov 2006 11:04 PM
Ken Tucker [MVP]
Hi,

        Check out asp.net 2.0 membership provider
http://msdn2.microsoft.com/en-us/library/yh26yfzy.aspx

Ken
---------------------
Show quoteHide quote
"Goofy" <m*@mine.com> wrote in message
news:%23gUzryYCHHA.3380@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> I am working in an organisation developing an asp.net application. The
> application and general use of .NET may well expand to other applications,
> so I need to start thinking about the arcitechture changes that will be
> needed to support restriction of visibility of resources or permissions to
> perform an action. Management of Groups etc, administration of users in
> groups.
>
> The obvious one which springs to mind is the use of Groups and Roles. We
> are still using 1.x Framework as we dont have published justifiable
> grounds so far to change this.
>
> The obvious question which springs to mind, is how to hande groups,
> subgroups, and conflicts like someone is has given access by group but
> denied as an individual etc.
>
> Does ASP.NET 2.0 handle this, or is there a groups object out there
> somethwere which someone has already dont the hard work.
>
> Thanks in advance, for any ideas on approach or resources.
>
>
>
>
> --
> Goofy
>