Hi,
When I used classic ASP, I was able to create a database of users/passwords, and if I wanted to password protect a page, I could simply include a file (say, 'checkpassword.asp'). Now I'm trying to do something similar in ASP.NET, but I can't find the right information anywhere.
Here's the...