Hi everyone,
This might be a pretty basic question, but how do you add new users to the aspnet_Users table in a ASP.Net 2.0 app?
I know I could do it using a SQL script, and being mindful of the associations, but I know I've seen a graphical interface for it... I can't find code for adding new users in the web app I'm maintaining (it might be in there but I can't find it).
Can anyone point me in the right direction?
Let me know if you need more info!
-Ev