Users permissions

  • Thread starter Thread starter Paulo
  • Start date Start date
P

Paulo

Hi, Im using asp.net 2.0 C# VS2005 and on my web-system I need to do a
user/permissions storage... each user must have insert / delete / view /
edit permission and I must verify it on each .aspx form... What is the best
form to do that? Do you know any 3rd control? or anything like that...

Thanks in advance...
 
I suggest you to override the current Membership Api and create your system.
So you can create your DB and Roles...
 
Back
Top