Link to home
Start Free TrialLog in
Avatar of noad
noadFlag for United States of America

asked on

How to create a simple db for website login


 I'm doing a very simple website for my work ( www.cgfdems.com ).

I need to be able to allow only currently employes to log in.

I want to be able to comfirm there ID ie...

when did log in part of the registration process will be for them to have to put in there employee ID

How can I create a simple registration form that when someone registers it will only allow then to register if there employee ID is correct?

Thanks
Avatar of Aaron Tomosky
Aaron Tomosky
Flag of United States of America image

If your using asp and iis then us sqlexpress. If your using a lamp host then go to mysql.
Avatar of noad

ASKER

using aps on iis 7

question i show???
The simplest way is to enable basic authentication an disable anaomymous.
http://technet.microsoft.com/en-us/library/cc772009(v=ws.10).aspx

Then you just add users to windows.

Avatar of noad

ASKER

aarintimosky

While you are correct and I did try it and it works, I like to be able to allow the user to register and have a log in page where after registration  they would type in there user name and password.

How can I do that in most simple way possible?
ASKER CERTIFIED SOLUTION
Avatar of Aaron Tomosky
Aaron Tomosky
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial