need granular security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
i'm creating an intranet application and i need very granular security down
to the user what's the best way to accomplish this? For instance, a user
accesses the site and can only see certain links or records available to that
user.

thanks,
rodchar
 
Use Forms Authentication with Roles.
You can start with the default Membership and Roles providers.
Peter
 
In that case, how will access to the database be setup thru the data access
layer? what user/role should perform the functions to update the database?
 
Back
Top