Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 475 → Rev 476

/trunk/web.config
34,6 → 34,20
</system.webServer>
</location>
 
<location path="res">
<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="dev">
<system.webServer>
<security>