﻿<?xml version="1.0" encoding="utf-8"?>
<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>
  <startup useLegacyV2RuntimeActivationPolicy="true" >
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>  <appSettings>
    <add key="AutoIncrementOR" value="false" />
    <add key="DefaultClientID" value="1" />
    <add key="HasDiscount" value="false" />
    <add key="AskPassword" value="false" />
    <add key="DesktopPath" value="C:\Users\Chito3\Desktop\" />
    <add key="SingleLogOn" value="false" />
    <add key="ClientSettingsProvider.ServiceUri" value="" />
    <add key="Logo" value="logo.jpg" />
    <add key="AskPrintReceipt" value="true" />
  </appSettings>
  <connectionStrings>
    <!-- LOCAL -->
    <add name="dsn" connectionString="Data Source=(local);Initial Catalog=dbInventory_cholo; Integrated Security=false; Persist Security Info=False; User ID=sa; Password=psalm23; Connect Timeout=0"
     providerName="System.Data.SqlClient" />
    <add name="ConnectionString" connectionString="metadata=res://*/InventoryManagementModel.csdl|res://*/InventoryManagementModeD:\Projects\NC\src\InventoryManagement\InventoryManagement\App.configl.ssdl|res://*/InventoryManagementModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(local);initial catalog=dbInventory_cholo;persist security info=false;user id=sa;password=psalm23;MultipleActiveResultSets=True;App=EntityFramework&quot;"
      providerName="System.Data.EntityClient" />
    <add name="InventoryManagementEntities" connectionString="metadata=res://*/Model.InventoryManagementModel.csdl|res://*/Model.InventoryManagementModel.ssdl|res://*/Model.InventoryManagementModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(local);initial catalog=dbInventory_cholo;persist security info=false;user id=sa;password=psalm23;MultipleActiveResultSets=True;App=EntityFramework&quot;"
      providerName="System.Data.EntityClient" />
    <add name="InventoryManagement.Properties.Settings.InventoryManagementConnectionString"
      connectionString="Data Source=(local);Initial Catalog=dbInventory_cholo; Persist Security Info=True;User ID=sa;Password=psalm23"
      providerName="System.Data.SqlClient" />
    <add name="InventoryManagement.Properties.Settings.dbInventory_ncborjaConnectionString"
      connectionString="Data Source=(local);Initial Catalog=dbInventory_cholo; Persist Security Info=True;User ID=sa;Password=psalm23"
      providerName="System.Data.SqlClient" />
    <add name="InventoryManagement.Properties.Settings.TableAdapterConnectionString"
      connectionString="Data Source=(local);Initial Catalog=dbInventory_cholo;Persist Security Info=True;User ID=sa;Password=psalm23"
      providerName="System.Data.SqlClient" />
    <!-- SERVER -->
    <!--<add name="dsn" connectionString="Data Source=SERVER-PC;Initial Catalog=dbInventory_cholo; Integrated Security=false; Persist Security Info=False; User ID=sa; Password=psalm23; Connect Timeout=0"
      providerName="System.Data.SqlClient" />
    <add name="ConnectionString" connectionString="metadata=res://*/InventoryManagementModel.csdl|res://*/InventoryManagementModeD:\Projects\NC\src\InventoryManagement\InventoryManagement\App.configl.ssdl|res://*/InventoryManagementModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=SERVER-PC;initial catalog=dbInventory_cholo;persist security info=false;user id=sa;password=psalm23;MultipleActiveResultSets=True;App=EntityFramework&quot;"
      providerName="System.Data.EntityClient" />
    <add name="InventoryManagementEntities" connectionString="metadata=res://*/Model.InventoryManagementModel.csdl|res://*/Model.InventoryManagementModel.ssdl|res://*/Model.InventoryManagementModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=SERVER-PC;initial catalog=dbInventory_cholo;persist security info=false;user id=sa;password=psalm23;MultipleActiveResultSets=True;App=EntityFramework&quot;"
      providerName="System.Data.EntityClient" />
    <add name="InventoryManagement.Properties.Settings.InventoryManagementConnectionString"
      connectionString="Data Source=SERVER-PC;Initial Catalog=dbInventory_cholo; Persist Security Info=True;User ID=sa;Password=psalm23"
      providerName="System.Data.SqlClient" />
    <add name="InventoryManagement.Properties.Settings.dbInventory_ncborjaConnectionString"
      connectionString="Data Source=SERVER-PC;Initial Catalog=dbInventory_cholo; Persist Security Info=True;User ID=sa;Password=psalm23"
      providerName="System.Data.SqlClient" />
    <add name="InventoryManagement.Properties.Settings.TableAdapterConnectionString"
      connectionString="Data Source=SERVER-PC;Initial Catalog=dbInventory_cholo;Persist Security Info=True;User ID=sa;Password=psalm23"
      providerName="System.Data.SqlClient" />-->
  </connectionStrings>
  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
      <parameters>
        <parameter value="mssqllocaldb" />
      </parameters>
    </defaultConnectionFactory>
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
  </entityFramework>
  <system.web>
    <membership defaultProvider="ClientAuthenticationMembershipProvider">
      <providers>
        <add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
      </providers>
    </membership>
    <roleManager defaultProvider="ClientRoleProvider" enabled="true">
      <providers>
        <add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
      </providers>
    </roleManager>
  </system.web>
</configuration>