Password Protected Web Pages

S

Scott

Can you set up frontpage 2002 with a password/username
prompt? How does on do it?
 
C

carmen

Sure, you can make your password system as simple or
complex as you'd like. One of the easiest ways is spelled
out at the following URL, complete with code and simple
instructions:

http://www.dynamicdrive.com/dynamicindex9/password.htm

For something more robust that authenticates against a
database, go to:

http://www.4guysfromrolla.com/webtech/050499-1.shtml

I actually have used the one from 4guysfromrolla, but I
used a DSN connection to an Access database (where all my
usernames and passwords are stored). It took some
experimenting to get the code right, but it works great.
 
C

chris leeds

If you can have the page as an asp page I have a super simple password
protection script I found somewhere. it only requires a password not a user
name and it only allows for one.
what is it you're trying to do exactly?
 
D

David taylor

Hi

Sorry I can't help you with this,but if you find the
answer I would appreciate the information as well

If I find the answer first I will mail you.

Thanks

David Taylor
 
Top