i have a application with a roles table and a permission (user permissions per form) table different roles has different access levels and each user has specific access permissions to each form .
can i implement it using FormsAuthentication ?
thank you
You have to pass the list or roles to
FormsAuthenticationTicketHere is the complete code, I have added comments as well.
then you can check the user, if he lies in certain role