File: D:/HostingSpaces/MBoogaard/oosting-horseriding.com/wwwroot/CMSAdminControls/web.config
<?xml version="1.0"?>
<configuration>
<system.web>
<authorization>
<deny users="?"/>
</authorization>
</system.web>
<location path="ColorPicker/LiveColorPicker.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="UI/UniSelector/LiveSelectionDialog.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="Calendar">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="CKeditor">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="SpellChecker/spell.js">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="UI/UniMenu/UniMenu.js">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
</configuration>