
<configuration>
  <connectionStrings>
    <add name="Pubs" connectionString="Server=(local)\SQLExpress;Integrated Security=True;Database=pubs;Persist Security Info=True"
      providerName="System.Data.SqlClient" />
    <add name="Northwind" connectionString="Server=(local)\SQLExpress;Integrated Security=True;Database=Northwind;Persist Security Info=True"
      providerName="System.Data.SqlClient" />
    <add name="GrocerToGo" connectionString="server=(local)\SQLExpress;Trusted_Connection=true;database=GrocerToGo" providerName="System.Data.SqlClient" />
    <add name="Store" connectionString="server=(local)\SQLExpress;Trusted_Connection=true;database=Store" providerName="System.Data.SqlClient"/>
    <add name="Photos" connectionString="Data Source=.\SQLExpress;Database=Photos;Integrated Security=True"
        providerName="System.Data.SqlClient" />
    <add name="ASPNETDB" connectionString="Server=(local)\SQLExpress;Integrated Security=SSPI;Database=aspnetdb"/>
    <add name="Contacts" connectionString="Server=(local)\SQLExpress;Integrated Security=True;Database=Contacts;Persist Security Info=True"
     providerName="System.Data.SqlClient" />
  </connectionStrings>
  <system.web>
    <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />
  </system.web>
</configuration>