restrict page viewing

G

Guest

how can I set up a password to let paid up clients into a
part of web site. I've tried it with a text box in a form
but if the input does not equal the password then an
error comes up telling people what the password is !
www.yourchoicecrewkerne.co.uk on the dating agency link.
Simon
 
J

Jim Buyens

Segregate all the pages you want to protect into their own
subweb, and then secure the subweb as described in:

Securing Web Pages With Windows Authentication
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=34

If you have a Unix server, the procedure is generally
similar. However, you *will* notice some differences.

If you want a self-registration system, where visitors
choose their own ID and password, and then have to receive
and respond to a special e-mail message, you'll need to
locate a third-party package or write your own in
something like ASP or ASP.NET.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
G

Guest

I think you mean people who might be involved in the
business ? Is your reply related to the public looking
at my site ?
Simon
 
Top