There is a good article about using roles authentication in ASp.net at
http://aspnet.4guysfromrolla.com/articles/082703-1.aspx
Nikolay
"Jena" wrote:
> Hi everybody,
> I've seen many examples of web.config file where I can give permission to
> users or roles, for example:
>
> <authorization>
> <deny users="?" />
> <allow users="*" />
> <allow roles="admin"/>
> </authorization>
>
> I want to use "form autentication" but I don't know how to create a role and
> how assign a user to one or more roles.
>
> Can anybody help me?
>
> Thanks a lot
>
> Bye, Jena
>