user and admin interface

Newbie Member
19Jun2009,19:40   #1
danisimo's Avatar
Hello,

I would like to create a login ASP page that checks if a user is an administrator or a normal user and based on that it provides two interfaces one for the administrator and one for the user. Can I do this in ASP? what mechanism I can use to implement this?

thanks
Go4Expert Founder
19Jun2009,19:50   #2
shabbir's Avatar
Check if the user is an admin or not and then redirect him with to the page with more priviledges
Newbie Member
19Jun2009,20:01   #3
danisimo's Avatar
Quote:
Originally Posted by shabbir View Post
Check if the user is an admin or not and then redirect him with to the page with more priviledges
Ok
I forgot to mention that this is done at a company level where the login user name and password are Active directory based. Do that create a problem?
Go4Expert Founder
19Jun2009,20:45   #4
shabbir's Avatar
If you can detect the privileges I am sure it should not create problem no matter what is the implementation basis.