I am hoping someone can point me in the direction of some sample code to add to my web site that will allow me to password protect some pages. I need to have a simple SQL database backend.
Visitors will enter an assigned USER ID and password on a login page. That will then bring them to another page which shows them a list of files. I need to be able to grab the User ID that was authenticated to be able to show the proper downloads for that customer.
I've used this reference in the past for classic ASP: but my pages are now ASP.Net and would prefer to try to learn a more modern approach.
I hope that helps.
Regards,
Mark
Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
Visitors will enter an assigned USER ID and password on a login page. That will then bring them to another page which shows them a list of files. I need to be able to grab the User ID that was authenticated to be able to show the proper downloads for that customer.
I've used this reference in the past for classic ASP: but my pages are now ASP.Net and would prefer to try to learn a more modern approach.
I hope that helps.
Regards,
Mark
Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.