password protection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am running a Frontpage on my computer and through the server to other
computers in the company. I need to secure information on some pages, how do
I do this? I have tried to use java script but it will not work because I am
not actually going to a host server, just a regular server.
 
You need to host a web site on a web server (whether it is a internet or
intranet).

What's the difference, "host" server and "regular" server? They are
essentially the same thing.

Javascript for password protection is not exactly secure, and server type is
beside the point as Javascript is a client side scripting language (executes
on the user's computer, not on the server).

Password protection (depending on the sensitivity of the data) would need to
be handled by a server side script, over a secure connection (SSL).

What OS is this server running (Windows/Linux etc).

Please give further (technical) details: the server operating system and the
server side scripting language supported (php, asp, .net, perl etc)
 
Back
Top