Browse by Tags

Related Posts

  • Re: .mdf file added in VS2008

    Actually I have resolved this. There is no conflict in the way you mean. Okay here goes: When you install VS2008 it also installs SQL Server 2005 Express Edition this is to enable you add a database through the app_data folder so you can then use the friendly interface ASP.NET configuration tool. At...
    Posted to Installation and Setup (Forum) by voldy2 on 06-09-2009, 12:00 AM
    Filed under: roles, sql server 2008, membership, vs2008
  • 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
  • Shared Hosted Web Site Custom Membership/Profile/Roles Provider Only Solution?

    Thank you all for taking the time to read my post. I am uncertain as to where to begin. Your help is appreciated. My web site is on a shared web host with a shared SQL Server 2005. I am afraid that my only choice with implementing membership/profiles/roles ("a membership system") can only be...
    Posted to Security (Forum) by DisorderlyOrder on 04-12-2009, 12:00 AM
    Filed under: Profiles, roles, shared host, shared SQL Server, membership
  • allow users to delete files without using membership

    Hello, It's all in the title : my site allows users to upload and delete files on the server, however when a user tries to delete a file he gets an UnauthorizedAccessException . After some hours of research, it looks like I should use roles/impersonation/delegation but I'm using a custom login...
    Posted to Security (Forum) by kirby_blue on 03-24-2009, 12:00 AM
    Filed under: unauthorizedaccessexception, delete file, membership, roles
  • Cannot delete role

    I have an accounts administration page on which I let the admin manage all the users for a certain application. Among the features of this page is also the ability to create a new role and assign it to an existing user and remove that assigned role. However when I try and remove a role it gives me the...
    Posted to Security (Forum) by sudeepunnikrishnan on 12-01-2008, 12:00 AM
    Filed under: roles, membership
  • Re: hosting SQL Server2005 with PLESK 8.3

    Granted they have a port open to sql for remote connections do this... C:\Windows\Microsoft.NET\Framework\v2.0.50727>aspnet_regsql -S <SQL SERVER DOMAIN OR IP ADDRESS> -U <UserName> -P <Password> -d <DATABASE NAME> -A mr Other services include (Put after the -A) all: All features...
    Posted to Configuration and Deployment (Forum) by rojay12 on 09-13-2008, 12:00 AM
    Filed under: Profiles, Roles, SQL, Membership
  • ASP.Net Configuration Security Utility Problem

    I'm trying to follow the outline of the " How Do I: Secure my Site using Membership and Roles?" video in order to add login controls to a certain area of my website. When I go into the ASP.Net Configuration utility, and click on Security, I get this message: There is a problem with your...
    Posted to Security (Forum) by airic82 on 07-28-2008, 12:00 AM
    Filed under: Roles, configuration utility, membership
  • Coding with strongly-typed role names?

    The role functions of the membership API take the role name as a string parameter. It makes me a little nervous to have string literals controlling the application. For example: if (Roles.IsUserInRole(username, "Administrator" )) { ... } I'd rather have something like: if (Roles.IsUserInRole...
    Posted to Security (Forum) by tmpuzer on 07-25-2008, 12:00 AM
    Filed under: string, typed, magic literals, roles, strongly-typed, membership
  • Roles.GetAllUsers?

    Hi, I'm using the SqlRoleProvider in an intranet application where authentication is done using Windows Auth. When a user arrives at the application for the first time they are granted a default set of roles using Roles.AddUserToRoles() This adds a record for the user in the aspnet_Users table and...
    Posted to Security (Forum) by nickfoster on 06-12-2008, 12:00 AM
    Filed under: getallusers, roles, membership
  • Membership, Roles and Authentication on a shared host

    Hi, I have managed to set up most of the asp.net membership and roles system on a shared host. The database has all the correct tables etc and the web.config has been updated to use my hosted database as the default provider. My login page works and accepts my details, taking me to the correct page ...
    Posted to Security (Forum) by magicjoef on 05-27-2008, 12:00 AM
    Filed under: shared host, authentication, roles, membership
Page 1 of 3 (26 items) 1 2 3 Next >