Blankman
Blankman

Reputation:

after running aspnet_regsql.exe , do I have to init the db with data? how?

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?

Upvotes: 2

Views: 2108

Answers (1)

Arief
Arief

Reputation: 6085

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

Upvotes: 2

Related Questions