<?xml version="1.0"?>
<configuration>
  <configSections>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  </configSections>
  <connectionStrings>
    <!--<add name="DataModel" connectionString="metadata=res://*/DataModel.csdl|res://*/DataModel.ssdl|res://*/DataModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(local);initial catalog=PersonalLaundry;user id=DFMSAdmin;password=Dutyfree2015?;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />-->
    <!--<add name="DataModel" connectionString="metadata=res://*/DataModel.csdl|res://*/DataModel.ssdl|res://*/DataModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=sqlsrv02;initial catalog=PersonalLaundry;user id=DFMSAdmin;password=Dutyfree2015?;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />-->
    <!--<add name="DataModel" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=7.187.220.25;initial catalog=PersonalLaundryTest;persist security info=True;user id=sa;password=1G0tl4id!;multipleactiveresultsets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />-->
    <!--<add name="DataModel" connectionString="metadata=res://*/DataModel.csdl|res://*/DataModel.ssdl|res://*/DataModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=PL-Server;Initial Catalog=PersonalLaundry;Persist Security Info=True;User ID=PLUser;Password=PLUser;MultipleActiveResultSets=True;Application Name=PersonalLaundryApp&quot;" providerName="System.Data.EntityClient" />-->
    <!--<add name="DataModel" connectionString="metadata=res://*/DataModel.csdl|res://*/DataModel.ssdl|res://*/DataModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=NB-MAANIE\SQLEXPRESS;Initial Catalog=PersonalLaundry;Persist Security Info=True;User ID=PLUser;Password=PLUser;MultipleActiveResultSets=True;Application Name=PersonalLaundryApp&quot;" providerName="System.Data.EntityClient" />-->
    <add name="DataModel" connectionString="metadata=res://*/DataModel.csdl|res://*/DataModel.ssdl|res://*/DataModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=PLDCPTSOD01\SQLEXPRESS;Initial Catalog=PersonalLaundry;Persist Security Info=True;User ID=PLUser;Password=PLUser;MultipleActiveResultSets=True;Application Name=PersonalLaundryApp&quot;" providerName="System.Data.EntityClient" />
  </connectionStrings>
  <startup>
    
  <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /></startup>
  <runtime>
    <NetFx40_LegacySecurityPolicy enabled="true" />
  </runtime>
  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
      <parameters>
        <parameter value="v11.0" />
      </parameters>
    </defaultConnectionFactory>
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
  </entityFramework>
</configuration>
