creating roles

Discussion in 'ASP.NET 2.0' started by qwerty, Jan 3, 2008.

  1. How assign user for roles.
    there is no tool as Website configure as on local on DASP, so I can create users and assign roles for them.
    I already have roles.

    Thankx
     
  2. You can use the ASP.NET Configuration Tool to add users/roles.In the ASP.NET Configuration Tool page under Security >Users select 'Select authentication type' as 'From the internet' .This will enable you to add users to roles.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. but that's only at my local server, there is no such thing on DASP.

    or I'm misunderstanding..
     
  4. Once you create the roles/users on the local version of your membership database,you can attach that database to your DASP SQL server account using the SQL tools in the control panel (https://my.discountasp.net/mssql2005-tools.aspx).Optionally,you can attach the database first,update your connection string in your appln web.config and your asp.net confirguration tool will then interact the remote version of the database directly.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page