|
There seems to be a problem with using form authentication. If the user and management access a page without authorization, they will be redirected to the same login page. In fact, management login and user login are two different pages, one is in the root directory The login.aspx and the other is login.aspx in the admin directory. How to achieve this? |
|