Forms Authentication

  • Thread starter Thread starter Geoff
  • Start date Start date
Hi Geoff,

You need to write a small and simple Framework for security permissions on
Group Level.

1- Create Groups in SQL Database
2- Create Forms Permission in SQL Database like
"Employee Form", "Employee Form New", "Employee Form Edit"
3- Create Users in SQL Database.
4- Create Another Table to associated Users with Groups...
5- Create Another Table to Associate permissions with Groups.

6- After Form Authentication, Load User's group permission in User object.
Simply provide a Security code to your Framework along with User ID on Form
Load event. Your Framework will check and Set the permissions according to
Group of loginned user.

Best Regards
 

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