M
Markus Palme
Hi NG!
Is it possible to deny access to a (logged in) user that is not in any
role? Placeholders like <deny roles="?"/> don't seem to be possible.
Regards
Markus
<location path="Protected.aspx">
<system.web>
<authorization>
<allow roles="Administrator"/>
<deny roles="Staff"/>
</authorization>
</system.web>
</location>
Is it possible to deny access to a (logged in) user that is not in any
role? Placeholders like <deny roles="?"/> don't seem to be possible.
Regards
Markus
<location path="Protected.aspx">
<system.web>
<authorization>
<allow roles="Administrator"/>
<deny roles="Staff"/>
</authorization>
</system.web>
</location>