59 lines
2.9 KiB
Plaintext
59 lines
2.9 KiB
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<!--
|
||
|
|
有关如何配置 ASP.NET 应用程序的详细信息,请访问
|
||
|
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
||
|
|
-->
|
||
|
|
<configuration>
|
||
|
|
<appSettings>
|
||
|
|
<add key="zhongjian" value="0" />
|
||
|
|
</appSettings>
|
||
|
|
<system.web>
|
||
|
|
<compilation debug="true" targetFramework="4.0" />
|
||
|
|
<httpModules>
|
||
|
|
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
|
||
|
|
</httpModules>
|
||
|
|
</system.web>
|
||
|
|
<system.webServer>
|
||
|
|
<validation validateIntegratedModeConfiguration="false" />
|
||
|
|
<modules>
|
||
|
|
<remove name="ApplicationInsightsWebTracking" />
|
||
|
|
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
|
||
|
|
</modules>
|
||
|
|
</system.webServer>
|
||
|
|
<runtime>
|
||
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
|
|
<dependentAssembly>
|
||
|
|
<assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||
|
|
<bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0" />
|
||
|
|
</dependentAssembly>
|
||
|
|
<dependentAssembly>
|
||
|
|
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||
|
|
<bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0" />
|
||
|
|
</dependentAssembly>
|
||
|
|
<dependentAssembly>
|
||
|
|
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||
|
|
<bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0" />
|
||
|
|
</dependentAssembly>
|
||
|
|
<dependentAssembly>
|
||
|
|
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||
|
|
<bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0" />
|
||
|
|
</dependentAssembly>
|
||
|
|
<dependentAssembly>
|
||
|
|
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||
|
|
<bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0" />
|
||
|
|
</dependentAssembly>
|
||
|
|
</assemblyBinding>
|
||
|
|
</runtime>
|
||
|
|
<system.serviceModel>
|
||
|
|
<bindings>
|
||
|
|
<basicHttpBinding>
|
||
|
|
<binding name="TiJianSoap" closeTimeout="00:10:00" openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00" />
|
||
|
|
<binding name="FuWuSoap" closeTimeout="00:10:00" openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00" />
|
||
|
|
</basicHttpBinding>
|
||
|
|
</bindings>
|
||
|
|
<client>
|
||
|
|
<endpoint address="http://tr.51csharp.com/FuWu.asmx" binding="basicHttpBinding" bindingConfiguration="FuWuSoap" contract="TianRuiZhong.FuWuSoap" name="FuWuSoap" />
|
||
|
|
<endpoint address="http://www.trtijian.com/FuWu/TiJian.asmx" binding="basicHttpBinding" bindingConfiguration="TiJianSoap" contract="TianRui.TiJianSoap" name="TiJianSoap" />
|
||
|
|
</client>
|
||
|
|
</system.serviceModel>
|
||
|
|
</configuration>
|