RE: Forms Authentication
From: Moonis (Moonis_at_discussions.microsoft.com)
Date: 11/02/04
- Next message: balmerch: "Host mappoint control in vb.net"
- Previous message: yoshitha: "Re: about files"
- In reply to: Geoff: "Forms Authentication"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 1 Nov 2004 20:24:01 -0800
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
"Geoff" wrote:
> I've implemented the: 15 seconds - Using Forms Authentication in ASP.NET
> http://www.internet.com/icom_cgi/print/print.cgi?url=http://www.15seconds.com/issue/020220.htm
> but am looking for more direction on validating against a SQL Database and
> allowing for group validation to allow access to forms based on a group
> association.
>
> Any suggestion or recommendations are greatly appreciated.
>
>
>
- Next message: balmerch: "Host mappoint control in vb.net"
- Previous message: yoshitha: "Re: about files"
- In reply to: Geoff: "Forms Authentication"
- Messages sorted by: [ date ] [ thread ]