aspx thread: Maintaining Users
I'm creating a system that requires login/password authentication using NET with SQL Server. Is there a way to add/maintain users in SQL server via a web page?? I know I can create a SQL table with user info for logging in users but I was wondering if I can do the same but have it register directly with SQL server at the various levels I want them to have??? Or does it make more sense to let the user login and check their permissions against a SQL table I create??? THANKS!!!
|





