User761356933 posted
Hi guys, can you point me in the right direction please.
My basic requirements are :
1 - login page that all users first go to
2 - if user is admin then it takes the user to the admin dashboard otherwise it goes to the dashboard for that particular user.
3 - if its the first time the user has logged in they must change their password
so I have all my pages and sql server setup remotely, with a user table - i have coded my web form to query the table to log the user in but now I dont know how to check if user is authenticated. I was reading about the asp.net membership provider but I
dont know how to implement this.
I have ran the setup file in the .net folder which creates the asp.netdb and associated tables, this is on my local sql server. So would it just be a case of migrating this local db to the online remote sql?
How would i then implement membership or should i be using asp.net identity ?
I have done a lot of reading on this but there is so much conflicting info and I just want to know the correct way to do this.
thank you