﻿<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <system.webServer>
    <directoryBrowse enabled="true" />
    <defaultDocument>
      <files>
        <clear />
        <add value="Default.html" />
        <add value="Default.aspx" />
        <add value="index.php" />
        <add value="Default.htm" />
        <add value="Default.asp" />
        <add value="index.pl" />
        <add value="index.htm" />
        <add value="index.html" />
      </files>
    </defaultDocument>
    <httpProtocol>
      <customHeaders>
        <clear />
      </customHeaders>
    </httpProtocol>
  </system.webServer>
  <system.web>
    <compilation tempDirectory="D:\InetPub\vhosts\sawhney-1398.package\tmp" />
  </system.web>
</configuration>