Authenticating model - best practices
- by zerkms
I come into ASP.NET from php so the reason why i ask my question is because it's totally different nature of how application works and handles requests.
well, i have an exists table with user creditians, such as:
id, login, password (sha hashed), email, phone, room
i have built custom membership provider so it can handle my own database…