schangxiang@126.com
2025-09-04 6f6f118881771a70feb186061ebb4ccd03a47e68
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
  <system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name="Place_VS_ContainerSoap" />
        <binding name="PlaceFuncSoap" />
        <binding name="BasicHttpBinding_IyunneiWcf" maxBufferSize="2147483647"
          maxReceivedMessageSize="2147483647" />
        <binding name="BasicHttpBinding_IyunneiWcf1" />
      </basicHttpBinding>
    </bindings>
    <client>
      <endpoint address="http://localhost:81/WebServiceForBB/SQLFunc/Place_VS_Container.asmx"
        binding="basicHttpBinding" bindingConfiguration="Place_VS_ContainerSoap"
        contract="Place_VS_ContainerSrv.Place_VS_ContainerSoap" name="Place_VS_ContainerSoap" />
      <endpoint address="http://localhost:81/WebServiceForBB/SQLFunc/PLaceFunc.asmx"
        binding="basicHttpBinding" bindingConfiguration="PlaceFuncSoap"
        contract="PlaceSrv.PlaceFuncSoap" name="PlaceFuncSoap" />
      <endpoint address="http://localhost:8733/Design_Time_Addresses/yunneiWCS.wcf/yunneiWcf/"
        binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IyunneiWcf"
        contract="yunneiWCS.IyunneiWcf" name="BasicHttpBinding_IyunneiWcf" />
    </client>
  </system.serviceModel>
  <appSettings>
    <!-- 配置库号节点 [EditBy shaocx,2020-08-04] -->
    <add key="StoreId" value="1" />
    <!-- 增加管理员密码 [EditBy shaocx,2020-08-04] -->
    <add key="ManagerPassword" value="admin" />
    <add key="ClientSettingsProvider.ServiceUri" value="" />
  </appSettings>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  <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>