﻿<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
      <section name="pmsCommonApp.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    </sectionGroup>
    <!-- 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.6" />
  </startup>
  <appSettings>
    <add key="GlobalHelpPathBaseUrl" value="http://help.dynode.in/pwin" />
    <add key="GlobalLegacyHelpBaseUrl" value="http://help.dynode.in/WindowsApp/Pms_Gst_Exe/HtmlPublic" />
  </appSettings>
  <system.diagnostics>
    <sources>
      <!-- This section defines the logging configuration for My.Application.Log -->
      <source name="DefaultSource" switchName="DefaultSwitch">
        <listeners>
          <add name="FileLog" />
          <!-- Uncomment the below section to write to the Application Event Log -->
          <!--<add name="EventLog"/>-->
        </listeners>
      </source>
    </sources>
    <switches>
      <add name="DefaultSwitch" value="Information" />
    </switches>
    <sharedListeners>
      <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter" />
      <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
      <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
    </sharedListeners>
  </system.diagnostics>
  <system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name="pmsWebServiceSoap" />
      </basicHttpBinding>
      <customBinding>
        <binding name="pmsWebServiceSoap12">
          <textMessageEncoding messageVersion="Soap12" />
          <httpTransport />
        </binding>
      </customBinding>
    </bindings>
    <client>
      <endpoint address="https://www.dynodesoft.org/pmswebservice.asmx"
        binding="basicHttpBinding" bindingConfiguration="pmsWebServiceSoap"
        contract="pmsWebService.pmsWebServiceSoap" name="pmsWebServiceSoap" />
      <endpoint address="https://www.dynodesoft.org/pmswebservice.asmx"
        binding="customBinding" bindingConfiguration="pmsWebServiceSoap12"
        contract="pmsWebService.pmsWebServiceSoap" name="pmsWebServiceSoap12" />
    </client>
  </system.serviceModel>
  <system.net>
    <settings>
      <servicePointManager expect100Continue="false" />
    </settings>
  </system.net>
  <!-- Allow components compiled against older compatible releases to use the
       versions deployed with this application. -->
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="EntityFramework.SqlServer" publicKeyToken="b77a5c561934e089" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  <applicationSettings>
    <pmsCommonApp.My.MySettings>
      <setting name="pmsCommonApp_pmsservice_pmsWebService" serializeAs="String">
        <value>https://dynodesoft.org/pmswebservice.asmx</value>
      </setting>
      <setting name="pmsCommonApp_tempWebService_pmsWebService" serializeAs="String">
        <value>http://localhost:1180/pmswebservice.asmx</value>
      </setting>
      <setting name="pmsCommonApp_pmsWebserviceMVC_pmsWebService" serializeAs="String">
        <value>http://localhost:3228/pmswebservice.asmx</value>
      </setting>
      <setting name="pmsCommonApp_ecomtestMVC_pmsWebService" serializeAs="String">
        <value>https://ecomtest.dynode.in/pmswebservice.asmx</value>
      </setting>
      <setting name="pmsCommonApp_PmsAppServices_pmsWebService" serializeAs="String">
        <value>https://orderapp1.dynode.in/pmswebservice.asmx</value>
      </setting>
    </pmsCommonApp.My.MySettings>
  </applicationSettings>
  <connectionStrings>
    <add name="OnlineDatabaseEntities" connectionString="metadata=res://*/EF.Model1.csdl|res://*/EF.Model1.ssdl|res://*/EF.Model1.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=newserver\mssql14;initial catalog=dynode_Pms_LIC10;persist security info=True;user id=sa;password=dynode;encrypt=False;trustservercertificate=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
  </connectionStrings>
  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
  </entityFramework>
</configuration>
