How can i require a login for user for a webpage? With password

B

bbchevy

I'm new to webiste work, i want to have an employee login with username and
password. Thanks for any responce.
Tom.
 
S

Stefan B Rusynko

If your host is a Windows server supporting ASP and Access see
http://support.microsoft.com/default.aspx?scid=321439

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| I'm new to webiste work, i want to have an employee login with username and
| password. Thanks for any responce.
| Tom.
 
F

Funkadyleik Spynwhanker

bbchevy said:
I'm new to webiste work, i want to have an employee login with username
and
password. Thanks for any responce.
Tom.

You can;

- use IIS and accounts on the server to make a password required sub web

- use IIS and a third party tool to make a password required area or file

- use ASP (find a script online that allows it) have it look up user/pass in
a text file

Depending on what your site is about, and where it is hosted one of these
would work.
 
Top