I worked in a java based project in which we used LDAP authentication module for Login.
Can I use such any such (easy-to-use) login modules for asp applications.
1) I am individually developing an asp.net application in localhost. I need suggestions about how to implement login functionality.
2) I also need suggestions about how to define database tables related to login.
I initially thought of having a table USER with two columns user_id and password.
3) If I want to save password in an encrypted format, how do I implement the whole functionality. (like login validate, save password at registration)
Thanks,
Quick solution: Add ‘Login’ Control from toolbox & use “Web Site Administration Tool” to with it as suggested by @AVD.
Refer: http://msdn.microsoft.com/en-us/library/ssa0wsyf(v=vs.100).aspx
Conceptual/Custom Solution:
Add ‘Login’ Control from toolbox & Convert it to template using
smart-tag.
Well, the idea “a table USER with two columns user_id and password”
is simple & good, go with it.
DES Encryption: