Hi all,
I am developing a web based application with SQL Server 2000 at the back end. Please advice me about which type of login validation I should use in it, ie, should I create a separate SQL Server login for each user or use my own table to keep the user name and password, and use my own logic to perform the login validation checks. The application will have limited users (staff of a company) and require high security.
Regards.
Mohaimen
I am developing a web based application with SQL Server 2000 at the back end. Please advice me about which type of login validation I should use in it, ie, should I create a separate SQL Server login for each user or use my own table to keep the user name and password, and use my own logic to perform the login validation checks. The application will have limited users (staff of a company) and require high security.
Regards.
Mohaimen