Ask a Question related to ASP.NET Security, Design and Development.
-
Jena #1
Help - How to create new roles and assign users to each role
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
Jena Guest
-
Restrict users from changing roles
Is there a way to restrict users from changing roles themselves? If a user goes to My Connections and then clicks Edit, they could, in theory,... -
Where do you create users to add to roles?
Hi there folks, I'm doing a trial right now using a terminal server to set this up and I can see when I"m administering the site settings on how... -
Users with published roles
Hello, I am the Administrator of a school website. I am trying to get the faculty to edit their own pages using Contribute. All the faculty pages... -
Users and Roles? - C2 to C3 - Admin
I am upgrading from C2 to C3. I have three sites that use Contribute. I added two of the sites so far and one site is set up differently than the... -
Number of Users in a role
Hi, I am trying to work out how I can find the number of users in a role. So that I can lock the application after a certain number of users are... -
SuslovN #2
RE: Help - How to create new roles and assign users to each role
There is a good article about using roles authentication in ASp.net at
[url]http://aspnet.4guysfromrolla.com/articles/082703-1.aspx[/url]
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
>SuslovN Guest



Reply With Quote

