I am trying to create a website that will allow users to login, as well as admin staff. Is it possible to have two separate login pages (one for users, and one for admin) using forms authentication? So far I have created separate login pages for both user,
and admin, and both work fine. The only problem I have is that when a user try’s to access a restricted admin page they are redirected to the user login page, rather than the correct admin login page. All my admin pages are in a separate directory from the
rest of the website. Do I have to modify the web.config in the admin directory to redirect to a different login page? Thanks for your help Michael
↧