<?xml version="1.0" ?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

  <connectionStrings>
    <!--
    This connection is inherited from the ASP.NET Quickstart Web.config file
    Uncomment this section to edit the sample locally

    <add name="Photos" connectionString="Data Source=(local)\SQLExpress;Database=Photos;Integrated Security=True"
        providerName="System.Data.SqlClient" />
    -->
  </connectionStrings>

  <system.web>
    <pages theme="White"/>
    <caching>
      <sqlCacheDependency enabled="true" pollTime="1000">
        <databases>
          <add name="Photos" connectionStringName="Photos"/>
        </databases>
      </sqlCacheDependency>
    </caching>
  </system.web>
</configuration>
