Browse by Tags

Related Posts

  • How to implement different access levels within the same Role

    Hello all. I am about to develop a web app for managing information that is grouped into different areas or departments, and each one should have an administrator. I am going to create the following roles using the ASP.NET Forms Roles and Membership providers: Super Admin Group Admin Regular User Group...
    Posted to Getting Started (Forum) by vialetti on 04-17-2009, 12:00 AM
    Filed under: role, roles, Authentication, membership, provider
  • Membership and roles in ASP.net 3.5

    hello guys. i'm using ASP.Net membership and roles in my web-application, i have 2 different. one of the "manager" and the other one is "worker", and i have to different folders with names "admin" and "worker", the manager can see the cantent of both folders...
    Posted to Security (Forum) by Jerk9999 on 04-11-2008, 12:00 AM
    Filed under: role, ASP.NET 3.5, asp.net configuration tool, membership
  • methods - configuring membership/role provider (oracle)

    Hi! I am using Oracle Providers for Membership and Roles and I have this weird problem. using Oracle.Web.Security; OracleRoleProvider orp = new Oracle.Web.Security.OracleRoleProvider(); rolesGridView.DataSource = orp.GetAllRoles(); rolesGridView.DataBind(); Anyone who has tried this code work? I am getting...
    Posted to Configuration and Deployment (Forum) by toniboi on 12-07-2007, 12:00 AM
    Filed under: oracle provider, role, membership, methods
  • how to authorization users?

    I have a web application . Now I want to set up asp.net security. I have 3 role sush as admin, member, visitor. My web application has 2 directories sush as AdminApp folder, VisitorApp( view.aspx, send.aspx, update.aspx) folder. I want to allow admin access all folder and member to access VisitorApp...
    Posted to Security (Forum) by truongthang on 11-29-2007, 12:00 AM
    Filed under: role, role member security, role-based security, .net 2.0 security, asp.net forms authentication shtml server side includes IIS, ASP.NET Membership, Forms authentication, membership, membership authentication redirect, Web.config, ASP.NET Authentication
  • Re: Display the panel if role is Admin or SuperUser?

    Hi Kenny, To set the visibility of a control depending on which Roles the currently-logged-in User belongs to, use this code in your Page_Load event: If User.IsInRole( "Admin" ) or User.IsInRole( "SuperUser" ) Then Panel1.Visible = True End If Hope this helps, DJH
    Posted to Security (Forum) by djh on 08-06-2007, 12:00 AM
    Filed under: role, role member security, roles, membership
  • Roles don't really seem to be roles

    Hello I'm looking at using the Role Manager features in .NET 2.0 and am a little confused. The concept of a role that I'm used to is that a role is composed of capabilities. For example, the System Administrator role has access to the "Create User" capability and the "Create Role"...
    Posted to Security (Forum) by varallov on 05-30-2007, 12:00 AM
    Filed under: role, role member security, Role Provider, role provider string empty providerbase custom, role security authorization, Roles Based Security, Roles Provider, membership
  • Beginner question regarding customprovider membership & roles.

    I started playing around with VWD and was able to use the aspnet.mdb to store all of my users membership info; however, I'd like to consolidate this into a database that I've created so I'm only pulling from a single datasource. I did some searching and found information regarding this process. As it...
    Posted to Security (Forum) by munkyxtc on 04-05-2007, 12:00 AM
    Filed under: role, Role Provider, membership, Membership Provider, membership authentication
  • Need guide

    Hi, i have just started learning ASP. NET 2.0 and i need help about roles and their managment. This is what i want to accomplish but i need your guidance to do that: The goal of my new ASP 2.0 site is that my site have "features" (like ViewDownloads, ViewMovies, EditAcc, AddAcc, EditFeatures, ... ) which...
    Posted to Security (Forum) by Zlax on 02-07-2007, 12:00 AM
    Filed under: role, security, features, membership
  • File Access & Roles

    Hi All, Can any one advise? I have a gallery section on my site which accesses jpg images with a folder that is restricted and only users within Role "siteAdmins" can access which works fine. If you try to access any of the images directly via the browser it diverts to the login page. however when your...
    Posted to Security (Forum) by leemallon on 02-03-2007, 12:00 AM
    Filed under: role, Role Provider, security, Security - membership, file, FormsAuthentication, membership, Membership Provider, role member security, role security authorization, login
  • Role Management Mystery

    Hello ASP.NET Geniuses; I need your help! I have a problem with what I am guessing is Role Management related. I am going to describe the problem from the start so that maybe you will see a clue. I started a new site with the focus on the new 2.0 controls, mainly the Master Page and Login controls. I...
    Posted to Security (Forum) by barusa on 01-18-2007, 12:00 AM
    Filed under: role, role member security, Role Provider, role security authorization, RoleManagerModule bug, Security - membership, ASP.NET Membership, Authorization, FormsAuthentication, membership, Membership Provider, membership authentication redirect, authentication
Page 1 of 3 (30 items) 1 2 3 Next >