User ID and Password

T

troymark

My client wants me to design a directory that requires a fee for subscribers
to obtain a User ID and Password before they can access the directory's
content. How do I do this in FP 2002? Subscribers would be charged a fee
annually.

Thanks.
 
J

Jens Peter Karlsen[FP MVP]

You can write a solution in ASP or PHP depending on what is available on
the Server.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
S

Stefan B Rusynko

And to protect a folder from a DB see http://support.microsoft.com/default.aspx?scid=321439




| You can write a solution in ASP or PHP depending on what is available on
| the Server.
|
| Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
|
| > -----Original Message-----
| > From: troymark [mailto:[email protected]]
| > Posted At: 17. november 2004 03:43
| > Posted To: microsoft.public.frontpage.client
| > Conversation: User ID and Password
| > Subject: User ID and Password
| >
| >
| > My client wants me to design a directory that requires a fee
| > for subscribers to obtain a User ID and Password before they
| > can access the directory's content. How do I do this in FP
| > 2002? Subscribers would be charged a fee annually.
| >
| > Thanks.
| >
|
 
C

Clark

If you can get by with everyone using the same username and password,
you can use a password protected subweb, you dont need to get into asp
programming unless you want to automate the process.
 
Top