fleet-contractor/Site/Web.config
2023-05-05 17:05:23 +08:00

64 lines
3.8 KiB
XML

<?xml version="1.0"?>
<configuration>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
The following attributes can be set on the <httpRuntime> tag.
<system.Web>
<httpRuntime targetFramework="4.7.1" />
</system.Web>
-->
<system.web>
<compilation debug="true" targetFramework="4.7.2">
<assemblies>
<add assembly="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
</assemblies>
</compilation>
<httpRuntime targetFramework="4.5" executionTimeout="3600" maxRequestLength="20480"/>
<!--<machineKey decryptionKey="FFAFF40DD223435D0736467A122ECE72A9FFB61CF257F794,IsolateApps" validationKey="6B98751EFBE7AC90FB8BE5EAAAD90EA7B487D79679D3E91043B081EB72E8F284B72DCC2EF362EE4CD47C830C923344A0331CDE4DAE50FA305114B623A90FFB9F,IsolateApps"/>-->
<pages>
<namespaces>
<add namespace="IronIntel.Contractor"/>
</namespaces>
</pages>
</system.web>
<system.webServer>
<staticContent>
<remove fileExtension=".woff"/>
<remove fileExtension=".woff2"/>
<mimeMap fileExtension=".woff" mimeType="font/x-woff"/>
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2"/>
</staticContent>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="102400000" />
</requestFiltering>
</security>
<handlers>
<add name="ficservice" path="ficservice" verb="*" type="FI.FIC.FICServiceHandler" />
</handlers>
<urlCompression doDynamicCompression="true" />
<httpCompression>
<dynamicTypes>
<remove mimeType="application/json"/>
<add mimeType="application/json" enabled="true"/>
</dynamicTypes>
</httpCompression>
</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/1/fleetsvc;http://192.168.25.210:5081/fleet/2/fleetsvc"/>-->
<add key="FleetAssetServiceAddress" value="http://192.168.25.210:5081/fleet/2/fleetsvc"/>
</appSettings>
</configuration>