yirongjin
2025-07-23 f4c6ac315102c3a64da3a8f2d12b2d9042b5effd
qqjf-Background/WebApi_QQJF/Web.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
<!--
  有关如何配置 ASP.NET 应用程序的详细信息,请访问
  http://go.microsoft.com/fwlink/?LinkId=301879
@@ -10,8 +10,16 @@
    <add key="ClientValidationEnabled" value="true" />
    <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  </appSettings>
  <!--
    有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
    可在 <httpRuntime> 标记上设置以下特性。
      <system.Web>
        <httpRuntime targetFramework="4.8" />
      </system.Web>
  -->
  <system.web>
    <compilation debug="true" targetFramework="4.5" />
    <compilation debug="true" targetFramework="4.8"/>
    <httpRuntime targetFramework="4.5" />
    <customErrors mode="Off" />
  </system.web>
@@ -81,10 +89,7 @@
      </basicHttpBinding>
    </bindings>
    <client>
      <endpoint address="http://localhost:8733/Design_Time_Addresses/iWareSda_QQJF.SrmService/SrmService/"
        binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ISrmService"
        contract="SrmServer.ISrmService" name="BasicHttpBinding_ISrmService" />
      <endpoint address="http://localhost:8733/Design_Time_Addresses/iWareSda_QQJF.SrmService/SrmService/" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ISrmService" contract="SrmServer.ISrmService" name="BasicHttpBinding_ISrmService"/>
    </client>
  </system.serviceModel>
</configuration>