In Authorization page, “Allow/Deny Override” switch doesn’t work. (Existing Issue)
v-JeanWANG opened this issue · 0 comments
v-JeanWANG commented
Applicationhost.config or web.config supposed to be changed, after click the "Allow/Deny Override" switch in Authorization page. However nothing happens.
Config is supposed to be changed as below:
<location path="" overrideMode="Deny"/"Allow">
<system.webServer>
<security>
<authorization>
<add accessType="Allow" users="*" verbs="" />
</authorization>
</security>
</system.webServer>
</location>