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.