I made my own database for users and roles. Certain pages are only for a specific role so I do
allow roles
but where do I tell it, which role the person is? The User, I send with the following, but where do I send role?
System.Web.Security.FormsAuthentication.RedirectFromLoginPage(USER, False)
...
Go to the complete details ...