colincharlton
01-23-2003, 08:28 AM
I am a new learner to ASP, but I hope you can help
I have created a web site and successfully completed a tutorial on setting passwords and security.
When I go to the User Authentication in the server behaviours and select the Log In User, a dialogue box appears in which I set parameters.
One of these parameters is: If Log in Succeeds, Go To:
My problem is that I would like different users (based on their username and password) to go to different pages or even directorys and not just to a sole directory or page.
For example.
If username = john and password = red go to page1.html
If username = bill and password = blue go to page2.html
Is there a way of around this
Thanks
I have created a web site and successfully completed a tutorial on setting passwords and security.
When I go to the User Authentication in the server behaviours and select the Log In User, a dialogue box appears in which I set parameters.
One of these parameters is: If Log in Succeeds, Go To:
My problem is that I would like different users (based on their username and password) to go to different pages or even directorys and not just to a sole directory or page.
For example.
If username = john and password = red go to page1.html
If username = bill and password = blue go to page2.html
Is there a way of around this
Thanks