Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 447 → Rev 448

/trunk/web.config
62,6 → 62,20
</system.webServer>
</location>
 
<location path="setup/includes">
<system.webServer>
<security>
<authentication>
<!--
To "unlock" this section, run this command:
%windir%\system32\inetsrv\appcmd.exe unlock config -section:system.webServer/security/authentication/anonymousAuthentication
-->
<anonymousAuthentication enabled="false" />
</authentication>
</security>
</system.webServer>
</location>
 
<location path="plugins/publicPages/100_whois/whois/cli">
<system.webServer>
<security>