1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <connectionStrings>
- <add name="mysql" connectionString="Server=39.108.190.163;Uid=root;Pwd=123;Database=cp55128;Port=3306;SslMode=none;CharSet=utf8;Convert Zero Datetime=True;Allow Zero Datetime=True" providerName="MySql.Data.MySqlClient" />
- <add name="ZiXunSqlService" connectionString="Data Source=39.108.190.163;Initial Catalog=InformationBase;User ID=sa;Password=NK4Qwql8Z?csv(XNew;Pooling=true;Max Pool Size = 5120;Min Pool Size=0;" providerName="System.Data.SqlClient" />
- <add name="ZhuanTiSqlService" connectionString="Data Source=119.23.72.139;Initial Catalog=CB55128;User ID=sa;Password=NK4Qwql8Z?csv(XNew;Pooling=true;Max Pool Size = 5120;Min Pool Size=0;" providerName="System.Data.SqlClient" />
- </connectionStrings>
- <startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
- </startup>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-1.2.11.0" newVersion="1.2.11.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
- </configuration>
|