NinjaTurtle
10-12-2010, 05:54 PM
Hi,
I want to create 3 different login forms:
1) www.abc.com/Users/Login
2) www.abc.com/Backend/Admin/Login
3) www.abc.com/Backend/Suppliers/Login
(p/s :Actually i can join 2) & 3) into one.)
In this case, I cant use .NET standard authentication. It is because the user login & backend login are totally different UI & different way to handle login Database.
What is the best solution? Use back the "traditional" way? Compare, then stored in Session??
I want to create 3 different login forms:
1) www.abc.com/Users/Login
2) www.abc.com/Backend/Admin/Login
3) www.abc.com/Backend/Suppliers/Login
(p/s :Actually i can join 2) & 3) into one.)
In this case, I cant use .NET standard authentication. It is because the user login & backend login are totally different UI & different way to handle login Database.
What is the best solution? Use back the "traditional" way? Compare, then stored in Session??