M
Matt Adamson
Guys,
I'm thinking of using the various log in controls ASP.NET 2.0 provides e.g.
the CreateNewUserWizard. However my first question is how do I get a new
user into the system initially to actually log in and create new users?
Should I use SQL to directly insert a user record into the aspnet_Membership
and aspnet_User tables or use the API to create a new user with an admin
type role?
Best Regards
Matt
I'm thinking of using the various log in controls ASP.NET 2.0 provides e.g.
the CreateNewUserWizard. However my first question is how do I get a new
user into the system initially to actually log in and create new users?
Should I use SQL to directly insert a user record into the aspnet_Membership
and aspnet_User tables or use the API to create a new user with an admin
type role?
Best Regards
Matt