Files
2022-09-16 11:17:28 +02:00

13 lines
360 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<security>
<authentication>
<!--<anonymousAuthentication enabled="false" />
<windowsAuthentication enabled="true" />-->
</authentication>
</security>
</system.webServer>
</location>
</configuration>