asp.net - Graphical Interface for adding users to aspnet_Membership and aspnet_Users etc -
this might pretty basic question, how add new users aspnet_users table in asp.net 2.0 app?
i know using sql script, , being mindful of associations, know i've seen graphical interface it... can't find code adding new users in web app i'm maintaining (it might in there can't find it).
can point me in right direction?
let me know if need more info!
-ev
in visual studio, in solution explorer on right, there should "asp.net configuration" icon (looks world , hammer). click on , can configure site via gui. if adding basic users table, easy way. however, mean have create accounts them manually. usually, i'd stick sql script or sql management studio (as cheeso) pointed out.
Comments
Post a Comment