Problem with membership

Discussion in 'Site Programming, Development and Design' started by sina, Apr 30, 2010.

  1. I'm very new to asp.net. I'm struggling with my database.
    I have my membership and roles configured and working fine on my local machine.
    But I'm not sure how can I run the aspnet_regsql.
    My problem is, I used the web configuration interface to create or the roles and membership stuff, and the database was created for me by VS itself.
    My question is how can I configure my username and password so I can run
    the command :
    aspnet_regsql.exe -S DBServerName -U DBLogin -P DBPassword -A all -d DBName

    In other words what values are gonna be used for DBServerName , DBLogin , DBPassword , DBName , and how can I find them for my own case?
    Thank you for your time.
     
  2. Ray

    Ray

    Last edited by a moderator: Oct 14, 2015

Share This Page