I wish to require a popup window for users to type, to access my website. For the username and password, I was hoping to have a few hardcoded names/passwords in some file. I was told that Digest Authorisation could be used to do this.
If I've got a standard ASP.NET website, where can I define the usernames / password?
Note that this username/password only 'unlocks' the site, but doesn't log them INTO the site. they will need their website username/password for that.