Password protecting a web page
Hello,
I'd like to be able to password protect a single web page. So if the user can't provide a valid username and password, they can't access the page.
I'm using aspx c# for my website, so if you can provide a solution using c# that would...


Answers