60 lines
2.2 KiB
XML
60 lines
2.2 KiB
XML
<?xml version="1.0"?>
|
||
<configuration>
|
||
<startup>
|
||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
||
</startup>
|
||
<appSettings>
|
||
<add key="serverpart" value="德清服务区 南区查询机" />
|
||
<add key="rundate" value="8:00 - 20:00" />
|
||
<add key="runstaue" value="正常" />
|
||
<add key="checkdate" value="2017-03-14 21:38" />
|
||
<add key="connectstring" value="localhost,orcl,HIGHWAY_EXCHANGE,qrwl" />
|
||
</appSettings>
|
||
<system.serviceModel>
|
||
<bindings>
|
||
<wsHttpBinding>
|
||
<binding name="RealEstate_Binding" maxReceivedMessageSize="655360000">
|
||
<readerQuotas maxArrayLength="163840000"/>
|
||
<security mode="Message">
|
||
<message clientCredentialType="Certificate" negotiateServiceCredential="True" establishSecurityContext="True"/>
|
||
</security>
|
||
</binding>
|
||
</wsHttpBinding>
|
||
</bindings>
|
||
<behaviors>
|
||
<endpointBehaviors>
|
||
<behavior name="RealEstate_EndPointBehavior">
|
||
<clientCredentials>
|
||
<serviceCertificate>
|
||
<authentication certificateValidationMode="Custom" customCertificateValidatorType="SuperMap.RealEstate.Certificate.ClientX509CertificateValidator,RealEstate.Core"/>
|
||
</serviceCertificate>
|
||
</clientCredentials>
|
||
</behavior>
|
||
</endpointBehaviors>
|
||
<serviceBehaviors>
|
||
<behavior name="RealEstate_ServiceBehavior">
|
||
<serviceCredentials>
|
||
<clientCertificate>
|
||
<authentication certificateValidationMode="Custom" customCertificateValidatorType="SuperMap.RealEstate.Certificate.ServiceX509CertificateValidator,RealEstate.Core"/>
|
||
</clientCertificate>
|
||
</serviceCredentials>
|
||
<serviceMetadata httpGetEnabled="true"/>
|
||
<serviceDebug includeExceptionDetailInFaults="true"/>
|
||
</behavior>
|
||
<behavior>
|
||
<serviceMetadata httpGetEnabled="true"/>
|
||
<serviceDebug includeExceptionDetailInFaults="true"/>
|
||
</behavior>
|
||
</serviceBehaviors>
|
||
</behaviors>
|
||
</system.serviceModel>
|
||
<system.web>
|
||
<webServices>
|
||
<protocols>
|
||
<add name="HttpPost" />
|
||
<add name="HttpGet" />
|
||
</protocols>
|
||
</webServices>
|
||
<compilation debug="true"/>
|
||
</system.web>
|
||
</configuration> |