Best approach to store username & password
- by Zerotoinfinite
Hi All,
I have created a site in asp.net 3.5 & my query is this that I have only 2 or 3 login Id (user) who can login to my website, then what would be the better way to save the login details. What I know I am writing below, please let me know which would be the correct approach to achieve this also if their is any nice approach to get this done:
1: to save username and password in web.config file
2: to create a text file in directory and modify it
3: To use form authentication
Please let me know the approach I can use to solve it.
thanks in advance
P.S. : I have to create only 2-3 users, or in future may be 1-2 more, that's it.