2016-10-19 11:24:31 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<configuration>
|
|
|
|
<system.webServer>
|
|
|
|
<handlers accessPolicy="Read, Script"/>
|
|
|
|
<directoryBrowse enabled="false"/>
|
|
|
|
<defaultDocument>
|
|
|
|
<files>
|
|
|
|
<clear/>
|
|
|
|
<add value="Default.aspx"/>
|
|
|
|
<add value="default.asp"/>
|
|
|
|
<add value="index.html"/>
|
|
|
|
<add value="index.htm"/>
|
|
|
|
<add value="default.html"/>
|
|
|
|
<add value="default.htm"/>
|
|
|
|
</files>
|
|
|
|
</defaultDocument>
|
|
|
|
<httpErrors>
|
|
|
|
<clear/>
|
|
|
|
</httpErrors>
|
|
|
|
</system.webServer>
|
2017-05-27 23:28:35 -06:00
|
|
|
</configuration>
|