
November 7th, 2009, 01:30 AM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 3
Time spent in forums: 1 h 27 m 47 sec
Reputation Power: 0
|
|
|
VBScript - Database - General - Login and restrict access help
Hello,
I have asp / vb / access database scenerio.
I have following pages :
1. add.asp
2. edit.asp
And I have user table in my database and i have two access levels in my user table as follows : admin and employee
Now i want admin to add, edit access pages and i want employee to only add the records accessing add.asp page and dont want to allow him to edit.asp.
Now how can i restrict add.asp so that both can access page because both have same rights and i dont want employee to edit the page.
I mean to say is add.asp page must have 2 rights i.e. admin and employee both should be able to access that page.
how to do that in asp.
I mean i want multiple people to access multiple pages and have multiple roles.
pls help.
chako
|