2024-03-26 15:56:31 +08:00

93 lines
5.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!--
有关 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.8">
<assemblies>
<add assembly="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
</assemblies>
</compilation>
<httpRuntime targetFramework="4.8" executionTimeout="3600" maxRequestLength="102400" />
<pages>
<namespaces>
<add namespace="IronIntel.Contractor" />
</namespaces>
</pages>
<customErrors mode="Off" />
</system.web>
<system.webServer>
<staticContent>
<remove fileExtension=".mp4" />
<remove fileExtension=".webm" />
<remove fileExtension=".ogg" />
<remove fileExtension=".ogv" />
<remove fileExtension=".woff" />
<remove fileExtension=".woff2" />
<remove fileExtension=".wasm" />
<mimeMap fileExtension=".mp4" mimeType="video/mpeg" />
<mimeMap fileExtension=".webm" mimeType="video/webm" />
<mimeMap fileExtension=".ogg" mimeType="video/ogg" />
<mimeMap fileExtension=".ogv" mimeType="video/ogg" />
<mimeMap fileExtension=".woff" mimeType="application/octet-stream" />
<mimeMap fileExtension=".woff2" mimeType="application/octet-stream" />
<mimeMap fileExtension=".wasm" mimeType="application/wasm" />
<mimeMap fileExtension=".mobileconfig" mimeType="application/x-apple-aspen-config" />
</staticContent>
<httpCompression>
<dynamicTypes>
<remove mimeType="application/json" />
<add mimeType="application/json" enabled="true" />
<remove mimeType="image/svg+xml" />
<add mimeType="image/svg+xml" enabled="true" />
</dynamicTypes>
</httpCompression>
<handlers>
<add name="ficservice" path="ficservice" type="FI.FIC.FICServiceHandler" verb="*" />
</handlers>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="102400000" />
</requestFiltering>
</security>
<rewrite>
<rules>
<remove name="fleetapi" />
<rule name="localsvc" stopProcessing="true">
<match url="fleet-local/(.+)" />
<action type="Rewrite" url="http://127.0.0.1:5081/fleet/{R:1}" />
</rule>
<rule name="fleetsvc" stopProcessing="true">
<match url="fleet/(.+)" />
<action type="Rewrite" url="http://192.168.25.210:5081/fleet/{R:1}" />
</rule>
<rule name="ficservice" stopProcessing="true">
<match url="ficservice(.*)" />
<action type="Rewrite" url="http://iron.soft.rz/custsites/5ZSAMRFPL4YAWA/ficservice{R:1}" />
</rule>
</rules>
</rewrite>
</system.webServer>
<appSettings>
<!--<add key="JRE_IronIntelDb" value="Data Source=192.168.25.214;Initial Catalog=JRE_IRONINTEL;Integrated Security=false;User ID=fi;Password=database"/>-->
<!--<add key="DbConntionString" value="Data Source=192.168.25.214;Initial Catalog=FORESIGHT_FLV_IICON_004;Integrated Security=false;User ID=fi;Password=database"/>-->
<!--<add key="DbConntionString" value="Data Source=192.168.25.214;Initial Catalog=FORESIGHT_FLV_IICON_006;Integrated Security=false;User ID=fi;Password=database"/>-->
<!--<add key="DbConntionString" value="Data Source=192.168.25.214;Initial Catalog=IRONINTEL_IRONDEALERS;Integrated Security=false;User ID=fi;Password=database"/>-->
<!--<add key="DbConntionString" value="Data Source=192.168.25.214;Initial Catalog=IRONINTEL_IRONDEV;Integrated Security=false;User ID=fi;Password=database"/>-->
<!--<add key="DbConntionString" value="Data Source=192.168.25.215\ironintel;Initial Catalog=IRONINTEL_IRONDEALERS;Integrated Security=false;User ID=fi;Password=database"/>-->
<!----><add key="DbConntionString" value="Data Source=192.168.25.215\ironintel;Initial Catalog=FORESIGHT_FLV_IICON004;Integrated Security=false;User ID=fi;Password=database" />
<!--<add key="DbConntionString" value="Data Source=192.168.25.215\ironintel;Initial Catalog=FORESIGHT_FLV_IICON_006;Integrated Security=false;User ID=fi;Password=database"/>-->
<!--<add key="DbConntionString" value="Data Source=192.168.25.215\ironintel;Initial Catalog=IRONINTEL_IRONDEV;Integrated Security=false;User ID=fi;Password=database" />-->
<add key="JRE_IronIntelDb" value="Data Source=192.168.25.215\ironintel;Initial Catalog=JRE_IRONINTEL;Integrated Security=false;User ID=fi;Password=database" />
<add key="AppVersion" value="2.17.1.19" />
<add key="LastUpdateTime" value="10/17/2016 10:36:26.229" />
<!--<add key="FleetAssetServiceAddress" value="http://192.168.25.210:5081/fleet/2/fleetsvc" />-->
<!----><add key="FleetAssetServiceAddress" value="http://127.0.0.1:5081/fleet/fleetsvc" />
</appSettings>
</configuration>