I am working with a web form in the asp.net C# , which needs a login for customer and admin and I need to validate the login credentials with the details in my db which is an Access db . Any help ???
-
If you intend to store user names and passwords in a data base, all i can tell you is... that migth be a wrong idea...Antoine Pelletier– Antoine Pelletier2015-11-17 21:34:12 +00:00Commented Nov 17, 2015 at 21:34
-
I dono any other way to keep my users details. i have 700 users only so i think it might be okayBlack Canery– Black Canery2015-11-18 14:34:43 +00:00Commented Nov 18, 2015 at 14:34
Add a comment
|
1 Answer
the best article(s) and how-tos are here. there's a link in the article to create membership for an ASP.NET 4 web site.
1 Comment
Black Canery
Thank you . The article was really light on my thoughts but that was following the 2005 vs and i am in 2013 and i couldnt use the link for provider specified n the article