<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpRedirect enabled="false" destination="" exactDestination="false" childOnly="false" httpResponseStatus="Temporary" />
        <directoryBrowse enabled="false" />
        <defaultDocument enabled="true">
            <files>
                <clear />
                <add value="default.html" />
                <add value="default.htm" />
                <add value="default.asp" />
                <add value="default.aspx" />
                <add value="index.htm" />
                <add value="index.html" />
                <add value="index.cfm" />
                <add value="index.asp" />
                <add value="index.aspx" />
            </files>
        </defaultDocument>
        <handlers>
            <remove name="Perl" />
            <remove name="PHP53_via_FastCGI" />
        </handlers>
    </system.webServer>
</configuration>
