13 lines
360 B
XML
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> |