104 lines
6.2 KiB
Plaintext
104 lines
6.2 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
|
||
|
<appSettings>
|
||
|
|
||
|
<!--
|
||
|
<add key="SqlconnWMS" value="Data Source=121.42.142.11;Initial Catalog=deiniuWMS;Persist Security Info=True;User ID=sa; Password=Es@cn09!;Pooling=true;Max Pool Size = 300; Min Pool Size=0; Connection Lifetime = 10;packet size=1000 " />
|
||
|
<add key="SqlconnPlatform" value="Data Source=121.42.142.11;Initial Catalog=deiniuPlatform;Persist Security Info=True;User ID=sa; Password=Es@cn09!;Pooling=true;Max Pool Size = 300; Min Pool Size=0; Connection Lifetime = 10;packet size=1000 " />
|
||
|
<add key="SqlconnWms_erp" value="Data Source=121.42.142.11;Initial Catalog=custErp;Persist Security Info=True;User ID=sa; Password=Es@cn09!;Pooling=true;Max Pool Size = 300; Min Pool Size=0; Connection Lifetime = 10;packet size=1000 " />
|
||
|
|
||
|
|
||
|
<add key="SqlconnWMS" value="Data Source=121.42.142.11;Initial Catalog=wmsuzhou2;Persist Security Info=True;User ID=sa; Password=Es@cn09!;Pooling=true;Max Pool Size = 512; Min Pool Size=0; Connection Lifetime = 60;packet size=1000 " />
|
||
|
<add key="SqlconnPlatform" value="Data Source=121.42.142.11;Initial Catalog=deiniuPlatform;Persist Security Info=True;User ID=sa; Password=Es@cn09!;Pooling=true;Max Pool Size = 512; Min Pool Size=0; Connection Lifetime = 60;packet size=1000 " />
|
||
|
<add key="SqlconnWms_erp" value="Data Source=121.42.142.11;Initial Catalog=custErp_suzou2;Persist Security Info=True;User ID=sa; Password=Es@cn09!;Pooling=true;Max Pool Size = 300; Min Pool Size=0; Connection Lifetime = 10;packet size=1000 " />
|
||
|
-->
|
||
|
<add key="SqlconnWMS" value="Data Source=localhost;Initial Catalog=wmsuzhou2;Integrated Security=True"/>
|
||
|
<add key="SqlconnPlatform" value="Data Source=localhost;Initial Catalog=deiniuPlatform;Integrated Security=True"/>
|
||
|
<add key="SqlconnWms_erp" value="Data Source=localhost;Initial Catalog=custErp_suzou2;Integrated Security=True"/>
|
||
|
<!--
|
||
|
|
||
|
<add key="SqlconnWMS" value="Data Source=192.168.0.4;Initial Catalog=wmsuzhou2;Persist Security Info=True;User ID=sa; Password=123@qwe;Pooling=true;Max Pool Size = 300; Min Pool Size=0; Connection Lifetime = 10;packet size=1000 "/>
|
||
|
<add key="SqlconnPlatform" value="Data Source=192.168.0.4;Initial Catalog=deiniuPlatform;Persist Security Info=True;User ID=sa; Password=123@qwe;Pooling=true;Max Pool Size = 300; Min Pool Size=0; Connection Lifetime = 10;packet size=1000 "/>
|
||
|
<add key="SqlconnWms_erp" value="Data Source=192.168.0.4;Initial Catalog=custErp_suzou2;Persist Security Info=True;User ID=sa; Password=123@qwe;Pooling=true;Max Pool Size = 300; Min Pool Size=0; Connection Lifetime = 10;packet size=1000 "/>
|
||
|
|
||
|
<add key="SqlconnWMS" value="Data Source=PC-201703311528\ELE;Initial Catalog=deiniuWMS;Persist Security Info=True;User ID=sa; Password=a;Pooling=true;Max Pool Size = 300; Min Pool Size=0; Connection Lifetime = 10;packet size=1000 " />
|
||
|
|
||
|
<add key="SqlconnPlatform" value="Data Source=PC-201703311528\ELE;Initial Catalog=deiniuPlatform;Persist Security Info=True;User ID=sa; Password=a;Pooling=true;Max Pool Size = 300; Min Pool Size=0; Connection Lifetime = 10;packet size=1000 " />
|
||
|
<add key="SqlconnWms_erp" value="Data Source=PC-201703311528\ELE;Initial Catalog=custErp;Persist Security Info=True;User ID=sa; Password=a;Pooling=true;Max Pool Size = 300; Min Pool Size=0; Connection Lifetime = 10;packet size=1000 " />
|
||
|
|
||
|
-->
|
||
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||
|
<add key="ConStringEncrypt" value="false" />
|
||
|
|
||
|
</appSettings>
|
||
|
|
||
|
<system.web>
|
||
|
<compilation debug="true" targetFramework="4.0" />
|
||
|
</system.web>
|
||
|
<system.serviceModel>
|
||
|
<services>
|
||
|
<service name="DeiNiu.Wcf.Android" behaviorConfiguration="serviceBehavior">
|
||
|
<endpoint address="" binding="webHttpBinding" behaviorConfiguration="web"
|
||
|
contract="DeiNiu.Wcf.IAndroid"/>
|
||
|
|
||
|
</service>
|
||
|
|
||
|
</services>
|
||
|
<extensions>
|
||
|
<behaviorExtensions>
|
||
|
|
||
|
<add name="AuthenticationBehavior" type="WcfServiceAuthentication.AuthenticationBehaviorExtension, WcfServiceAuthentication" />
|
||
|
|
||
|
</behaviorExtensions>
|
||
|
</extensions>
|
||
|
<bindings>
|
||
|
<basicHttpBinding>
|
||
|
<binding closeTimeout="00:20:00" receiveTimeout="00:20:00" sendTimeout="00:20:00"
|
||
|
maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"/>
|
||
|
</basicHttpBinding>
|
||
|
</bindings>
|
||
|
|
||
|
<behaviors>
|
||
|
<serviceBehaviors>
|
||
|
<behavior name="serviceBehavior">
|
||
|
<!-- 为避免泄漏元数据信息,请在部署前将以下值设置为 false 并删除上面的元数据终结点 -->
|
||
|
<serviceMetadata httpGetEnabled="true"/>
|
||
|
<!-- 要接收故障异常详细信息以进行调试,请将以下值设置为 true。在部署前设置为 false 以避免泄漏异常信息 -->
|
||
|
<serviceDebug includeExceptionDetailInFaults="true"/>
|
||
|
<!-- 开发调试引用服务时不需要权限拦截-->
|
||
|
<AuthenticationBehavior/>
|
||
|
|
||
|
</behavior>
|
||
|
<behavior name="serviceBehaviorNoAuthor">
|
||
|
<!-- 为避免泄漏元数据信息,请在部署前将以下值设置为 false 并删除上面的元数据终结点 -->
|
||
|
<serviceMetadata httpGetEnabled="true"/>
|
||
|
<!-- 要接收故障异常详细信息以进行调试,请将以下值设置为 true。在部署前设置为 false 以避免泄漏异常信息 -->
|
||
|
<serviceDebug includeExceptionDetailInFaults="true"/>
|
||
|
|
||
|
</behavior>
|
||
|
<behavior>
|
||
|
<!-- 为避免泄漏元数据信息,请在部署前将以下值设置为 false 并删除上面的元数据终结点 -->
|
||
|
<serviceMetadata httpGetEnabled="true"/>
|
||
|
<!-- 要接收故障异常详细信息以进行调试,请将以下值设置为 true。在部署前设置为 false 以避免泄漏异常信息 -->
|
||
|
<serviceDebug includeExceptionDetailInFaults="true"/>
|
||
|
<!-- 开发调试引用服务时不需要权限拦截
|
||
|
<AuthenticationBehavior/> -->
|
||
|
|
||
|
</behavior>
|
||
|
</serviceBehaviors>
|
||
|
|
||
|
<endpointBehaviors>
|
||
|
<behavior name="web">
|
||
|
<webHttp helpEnabled="true" />
|
||
|
</behavior>
|
||
|
</endpointBehaviors>
|
||
|
</behaviors>
|
||
|
<serviceHostingEnvironment multipleSiteBindingsEnabled="true" minFreeMemoryPercentageToActivateService="0" />
|
||
|
</system.serviceModel>
|
||
|
<system.webServer>
|
||
|
<modules runAllManagedModulesForAllRequests="true"/>
|
||
|
</system.webServer>
|
||
|
|
||
|
</configuration>
|