D
dorionda
Hi everyone,
Is it possible to override the Authorization Module so that I could add
a custom parameter to the <allow> tag in the Web.Config?
example:
<configuration>
<system.web>
<authorization>
<allow usersInGroup="Group A"/> /*<< custom parameter here */
<allow roles="student"/>
<deny users="*"/>
<deny roles="*"/>
<deny usersInGroup="*"/>
</authorization>
</system.web>
</configuration>
Is it possible to override the Authorization Module so that I could add
a custom parameter to the <allow> tag in the Web.Config?
example:
<configuration>
<system.web>
<authorization>
<allow usersInGroup="Group A"/> /*<< custom parameter here */
<allow roles="student"/>
<deny users="*"/>
<deny roles="*"/>
<deny usersInGroup="*"/>
</authorization>
</system.web>
</configuration>