<?xml version="1.0"?>
|
<!--
|
有关如何配置 ASP.NET 应用程序的详细信息,请访问
|
http://go.microsoft.com/fwlink/?LinkId=301879
|
-->
|
<configuration>
|
<connectionStrings>
|
<!--<add name="wmsConnection" connectionString="Data Source=192.168.1.198\sql2008;Initial Catalog=HC2_WMS;User ID=sa;Password=sa@2015" providerName="System.Data.SqlClient" />-->
|
<add name="wmsConnection" connectionString="Data Source=36.33.24.94;Initial Catalog=GL_WMS;User ID=sa;Password=test?123" providerName="System.Data.SqlClient"/>
|
<add name="middleConnection" connectionString="Data Source=36.33.24.94;Initial Catalog=GL_ZJK;User ID=sa;Password=test?123" providerName="System.Data.SqlClient"/>
|
<add name="DataType" connectionString="MSSQL"/>
|
<add name="MIP" connectionString="36.33.24.94"/>
|
<add name="MPORT" connectionString="27017"/>
|
<add name="MDB" connectionString="gl_mtl"/>
|
<add name="MUSER" connectionString="gl"/>
|
<add name="MPWD" connectionString="123456"/>
|
</connectionStrings>
|
<appSettings>
|
<add key="appCode" value="AutoWMS" />
|
<add key="autobom_ipAddress" value="localhost:7198" />
|
<add key="ams_ipAddress" value="192.168.1.199:8614" />
|
<add key="RedisPath" value="123456@36.33.24.94:6379" />
|
<add key="DefaultDb" value="1" />
|
<add key="KdEID" />
|
<add key="KdEAppKey" />
|
<add key="KdEReqURL" />
|
<add key="AppName" value="贵州轮胎" />
|
<add key="AutobomApi" value="36.33.24.94:8362" />
|
<add key="REDIS" value="123456@36.33.24.94:6379" />
|
<add key="REDIS_DB" value="1" />
|
<add key="UI_ROOT_PATH" value="E:\1.测试项目\31.贵轮\2.WMS\AutoWMS_UI" />
|
<!--<add key="OMS_API" value="36.33.24.94:9012"/>-->
|
<add key="DisperArea" value="STFJQ" />
|
<add key="FullArea" value="ZTZCQ" />
|
<add key="mes_ipAddress" value="66.0.94.250:8091" />
|
<add key="packBit" value="YL03-DB01" />
|
<add key="AMS_API" />
|
<add key="PrintAlgorLog" value="Y" />
|
<add key="webpages:Version" value="3.0.0.0" />
|
<add key="webpages:Enabled" value="false" />
|
<add key="ClientValidationEnabled" value="true" />
|
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
<add key="aspnet:MaxJsonDeserializerMembers" value="150000000" />
|
<!--<add key="PdaServerVersion" value="1000000"/>
|
<add key="PdalastForce" value="1000000"/>
|
<add key="PdaUpdateUrl" value="http://192.168.1.198:603/app-baidu-release.apk"/>-->
|
<add key="IsUseOrg" value="N" />
|
<add key="projectCode" value="gzlt" />
|
<add key="PdaTitle" value="贵轮WMS" />
|
<!--PDA下载地址-->
|
<add key="PdaUpdateUrl" value="http://36.33.24.94:8613/program/" />
|
</appSettings>
|
<system.web>
|
<compilation targetFramework="4.5.1" debug="true"/>
|
<httpRuntime targetFramework="4.5.1"/>
|
<customErrors mode="Off"/>
|
</system.web>
|
<system.webServer>
|
<handlers>
|
<remove name="ExtensionlessUrlHandler-Integrated-4.0"/>
|
<remove name="OPTIONSVerbHandler"/>
|
<remove name="TRACEVerbHandler"/>
|
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0"/>
|
</handlers>
|
<security>
|
<requestFiltering>
|
<requestLimits maxAllowedContentLength="2147483648"/>
|
</requestFiltering>
|
</security>
|
<directoryBrowse enabled="true"/>
|
<staticContent>
|
<mimeMap fileExtension=".apk" mimeType="application/vnd.android.package-archive"/>
|
</staticContent>
|
</system.webServer>
|
<runtime>
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<dependentAssembly>
|
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
|
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
</dependentAssembly>
|
<dependentAssembly>
|
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
|
<bindingRedirect oldVersion="1.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
|
</dependentAssembly>
|
<dependentAssembly>
|
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/>
|
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/>
|
</dependentAssembly>
|
<dependentAssembly>
|
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
|
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
</dependentAssembly>
|
<dependentAssembly>
|
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/>
|
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234"/>
|
</dependentAssembly>
|
<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>
|
<dependentAssembly>
|
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
|
</dependentAssembly>
|
<dependentAssembly>
|
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
|
</dependentAssembly>
|
</assemblyBinding>
|
</runtime>
|
</configuration>
|
<!--ProjectGuid: 81287738-5648-4372-A9FE-A0E371BB69A8-->
|