<?xml version="1.0" encoding="utf-8"?>
|
<configuration>
|
<configSections>
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
</configSections>
|
<startup>
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
</startup>
|
<connectionStrings>
|
<add name="connStr" connectionString="Data Source=192.168.11.71;Initial Catalog=JMYW_WCSDB;Persist Security Info=True;User ID=sa;Password=123456;Connect Timeout=5000;"/>
|
<add name="sqlDatabase" connectionString="Data Source=192.168.20.248;Initial Catalog=JMYW_WCSDB;Persist Security Info=True;User ID=sa1;Password=123456;Connect Timeout=5000;"/>
|
</connectionStrings>
|
<entityFramework>
|
<providers>
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
|
</providers>
|
</entityFramework>
|
<runtime>
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<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>
|
</configuration>
|