Tutorial for executing three level password authentication system project.

preview_player
Показать описание
- Download and install Visual Studio (community/any).
- Open the Visual Studio with the admin privilege for FolderLock feature to run successfully.
- Create your own local Sql database with three tables:-
- Remember to keep names of tables as they are here!
- LOGIN: USERNAME:varchar(50) PASSWORD:varchar(50) --no primary key
- COLOR: val:varchar(MAX) --no primary key
- picture: picture:int --no primary key
- After that you need to copy the 'connection string' of the database you created.
- SqlConnection = new SqlConnection(@"Your Connection String");
- That's it now save all files and now you can run the project.
Рекомендации по теме
welcome to shbcf.ru