Hello,
I need help. I have a login page that works fine. I did not use a web config file though. I just had the users login to my access database and that signs them in ok.
My question is how do I setup an Admin side so that only the admin has access to updating the database from the website? I also want the user to be able to update their profile. I used a datagrid to show the users information but when I click update everybody in the databases info is shown.
Let me know if you need to see my code.
I am very new to ASP.net if you can not already tell lol.