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?
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?
You can do this programmatically. ScottGu has a good blog post (with downloadable sample code) on the subject here.
in your visual studio, go to "Website -> ASP.NET Configuration" then a web application will start. there you can add user etc.