views:

437

answers:

2

Hi,

I ran aspnet_regsql.exe to setup .net membership tables etc.

What do I run to create my application so I can add users etc?

+1  A: 

You can do this programmatically. ScottGu has a good blog post (with downloadable sample code) on the subject here.

Jonathan S.
+1  A: 

in your visual studio, go to "Website -> ASP.NET Configuration" then a web application will start. there you can add user etc.

Arief Iman Santoso
In addition to what Arief recommends: ASP.NET Configuration will launch the built in development server along with the ASP.NET Website Configuration Tool. This is where you can enable Roles and add Users
jdiaz