<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.web>
        <compilation numRecompilesBeforeAppRestart="20" />

    </system.web>
  <location path="vendors/bower_components">
   <system.webServer>
   <httpProtocol>
    <customHeaders>
     <add name="Access-Control-Allow-Origin" value="*" />
    </customHeaders>
   </httpProtocol>
  </system.webServer>
 </location>
    <system.webServer>
        <directoryBrowse enabled="true" />
        <httpProtocol>
            <customHeaders>
                <add name="Access-Control-Allow-Origin" value="*" />
            </customHeaders>
        </httpProtocol>
    </system.webServer>
</configuration>
