I have followed scott’s gu tutorial here
I uploaded the whole database to my site. Before doing what Scott’s says I had one username stored in the membership. How can I create an additional user now that the table is in the web host? I can see that there’s aspnet_Membership, aspnet_Applications, etc..etc
You have to set up your own admin section of the website.
There is a CreateUserWizard control which will make creating new users really easy.
This tutorial series shows you how to setup an admin area that lets you manage user accounts:
This is some tips I have picked up along the way for using CreateUserWizard: