[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

=?Utf-8?B?cm9kY2hhcg==?=

4/28/2004 3:30:00 PM

How can I protect a web page with a user/password on a
Unix web server? I have found some good applications
using ASP, but this NOT supported in Unix. I am using
FP2003.

John
1 Answer

Kevin Spencer

4/28/2004 4:39:00 PM

0

The easiest way is to put it into a sub-web with unique permissions. You can
then add any password-protected pages to that sub-web. Otherwise, you may
have to go with a database back-end using PHP or some other server-side
programming technology.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"John Glueck" <anonymous@discussions.microsoft.com> wrote in message
news:591301c42d35$a2737a10$a001280a@phx.gbl...
> How can I protect a web page with a user/password on a
> Unix web server? I have found some good applications
> using ASP, but this NOT supported in Unix. I am using
> FP2003.
>
> John