User1832946182 posted
Hello,
We have IIS7 in integrated mode with <roleManager> configured in the web.config. We also have
<location path="Help">
<system.web>
<authorization>
<allow roles="ActiveUsers"/>
<deny users="*"/>
</authorization>
</system.web>
</location>
there are several .htm pages inside Help and NonActive users are still able to access them even though their account has been revoked. What is the problem?