|
Q. I want to have several different directories, each with different levels of access (corresponding to an AuthentiX Group), but I only want users to login once, then be redirected to the appropriate directory based on their group. How can I do this? I don't want to put 3 buttons from a free area because everyone will see the different access levels. A. The answer is very similar to this question.
Make sure that index.asp is a permitted default file in your IIS configuration.
Set up a directory structure as follows
Setup three groups in AuthentiX: Group1, Group2, Group3.
Protect /Main with all three groups.
in /Main/index.asp have the following code:
|
|