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


