If I have the following authorization set, in which order are they applied or doesn't it matter?
<authorization>
<deny users="tania, megan">
<deny users="?">
<allow users="*">
</authorization>
The doco I have says that the <allow users="*"> is redundant, but I don't see how. ? is anonymous.
Ladyhawk.
** ASP/VB/Java Programmer **
<authorization>
<deny users="tania, megan">
<deny users="?">
<allow users="*">
</authorization>
The doco I have says that the <allow users="*"> is redundant, but I don't see how. ? is anonymous.
Ladyhawk.
** ASP/VB/Java Programmer **