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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top