Create the groups (1 Viewer)

accessman2

Registered User.
Local time
Yesterday, 21:43
Joined
Sep 15, 2005
Messages
335
Hi,

In MS Access, we can setup user-level security, and create the groups and assign the group to each user.

In ASP.NET, can we do create the groups and assign it to each users? I know that we use SQL Server as the backend, but SQL Server only assign read permission, full permission, something like that, I want to create the groups, the group can have the specific table/form permission only. Not all of them, the group can help us to separate which objects have permission, which objects doesn't have permission.

Can we create the groups in ASP.NET and assign it to users?

Thanks.
 

Users who are viewing this thread

Top Bottom