How can I add a default admin user to the aspnet_user table

Discussion in 'ASP.NET 2.0' started by wisemx, Mar 17, 2008.

  1. Roger that. [​IMG]

    A few days ago I posted this information:
    http://community.discountasp.net/default.aspx?f=16&m=23280

    In that list of FREE tools is a SQL permissions transfer tool
    I haven't tried any of those tools but they are designed for your needs.
    Please take a look and let me know if you need more help.
    Salute,
    Mark
     
  2. I have a web app hosted here. I just added the aspnet object for membership/roles/profiles. Now I need a way to add a defualt account user/role so I can loginto my app and use the pages in it to add other users.

    Does anyone know how I can do this? I can log into the sql server database using Management Studio Express, but I'm not sure of the best way to handle getting the first user and role added.

    I cannot use the visual studio ASP.NET Configuration tool, no way to connect the hosted database.

    Thanks in advance for any help with this.
     
  3. I was hoping someone would give that free permissions tool a spin and report back. [​IMG]

    This is something I'd suggest reading however:
    http://www.eggheadcafe.com/articles/20060529.asp

    In that article Peter gives an awesome over-view.
    Salute,
    Mark
     
  4. First...What are you currently using on your end?
    VS2008 and SQL Server? (Or just SQL express and maybe VWD...)
     
  5. I'm using visual studio 2005 and sql server express.
     

Share This Page