<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <!-- these settings are for the devfabric scenario -->
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" />
    <supportedRuntime version="v2.0.50727" />
  </startup>
<appSettings>
    <add key="SetupMachineKeys" value="false"/>
  </appSettings>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Web.Administration"
                          publicKeyToken="31bf3856ad364e35"
                          culture="neutral" />
        <bindingRedirect oldVersion="7.0.0.0"
                         newVersion="7.9.0.0"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>