日期:2014-05-17 浏览次数:21157 次
<system.serviceModel>
<services>
<service name="Transight.POS.FrontendService.JsonService.Operations" behaviorConfiguration="FrontendService">
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="httpBinding_Config" contract="Transight.POS.FrontendService.Contracts.IJsonOperation" >
</endpoint>
<host>
<baseAddresses>
<add baseAddress="http://192.168.23.8/FrontendWebService/"/>
</baseAddresses>
</host>
</service>
</services>
<behaviors>
<serviceBehaviors>
<behavior name="FrontendService">
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="true" />
<serviceThrottling maxConcurrentCalls="8000" maxConcurrentInstances="8000" maxConcurrentSessions="8000"/>
</behavior>
</serviceBehaviors>
</behaviors>
<bindings>
<basicHttpBinding>
<binding name="httpBinding_Config" maxReceivedMessageSize="2147483647" useDefaultWebProxy="false" textEncoding="utf-8" maxBufferPoolSize="2147483647" maxBufferSize="2147483647" messageEncoding="Text" sendTimeout="00:10:00">