I have a page that needs to be more secure. Basically the page shows a few phone numbers and is written in html. The server only supports asp. and only 2-3 people will ever go to this page. I would like the simplest user name password script, just for this page.
Is that possible? Most of the tutorials I have seen are for a two page set up.
not database driven, password/username will be in code
If you are doing this in a Windows domain environment on IIS you could just restrict the page based on the logged in user. No need for any forms. You have to make sure that the server is not set to allow anonymous login.