Project_Net4/010_浙江高速/920_RealEstate.Publish/RealEstate.WindowsServices/PropertyManageBankService/SuperMap.RealEstate.Supervise.ReceiverManagerService.exe.config
2025-03-27 15:05:14 +08:00

70 lines
3.5 KiB
XML

<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<appSettings>
<!--字符编码-->
<add key="SuperMap.RealEstate.Supervise.NetSocket.Encoding" value="GBK" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
<add key="Address" value="127.0.0.1"/>
<add key="Port" value="6060"/>
</appSettings>
<system.serviceModel>
<client>
<endpoint address="http://localhost:8103/PortalService/NetworkDeployed/Service.svc" binding="wsHttpBinding" bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior" contract="NetworkDeployed.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://localhost:7103/PropertyManage/Running/Service.svc" binding="wsHttpBinding" bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior" contract="PropertyManage.Running.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://localhost:7103/PropertyManage/Storage/Service.svc" binding="wsHttpBinding" bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior" contract="PropertyManage.Storage.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://localhost:7103/PropertyManage/History/Service.svc" binding="wsHttpBinding" bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior" contract="PropertyManage.History.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
</client>
<bindings>
<wsHttpBinding>
<binding name="RealEstate_Binding" maxReceivedMessageSize="655360000">
<security mode="Message">
<transport clientCredentialType="None" />
<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>
</behaviors>
</system.serviceModel>
<!--<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>-->
</configuration>