yl
2022-06-17 5505c9884b67275780b25214cdbfcc4a2ac1578a
VueWebApi/obj/Release/TransformWebConfig/original/Web.config
@@ -15,13 +15,15 @@
     <!--本地环境-->
     <!--<add key="DBServer" value="Data Source=.;Initial Catalog=vmes;Integrated Security=True" />-->
     <!--服务器环境-->
     <add key="DBServer" value="Data Source=121.196.36.24;Initial Catalog=vmes;User ID=sa;Password=xkd@20220602"/>
     <add key="DBServer" value="Data Source=121.196.36.24;Initial Catalog=vmes;User ID=sa;Password=xkd@20220602" />
     <!--redis数据库链接配置ip-->
     <add key="RedisConnIp" value="127.0.0.1" />
     <!--redis数据库链接配置端口号-->
     <add key="RedisConnPort" value="6379" />
     <!--key失效时间30秒-->
     <add key="RedisKeyTimeCont" value="120" />
     <!--Excel导出模板配置IP-->
     <add key="FileIP" value="http://121.196.36.24:8001/" />
    <add key="webpages:Version" value="3.0.0.0" />
    <add key="webpages:Enabled" value="false" />
    <add key="ClientValidationEnabled" value="true" />
@@ -29,13 +31,14 @@
  </appSettings>
  <system.web>
    <compilation debug="true" targetFramework="4.6.1" />
   <customErrors mode="Off"/>
    <httpRuntime targetFramework="4.6.1" />
  </system.web>
  <system.webServer>
     <security>
        <requestFiltering>
           <!--主要是maxAllowedContentLength属性-->
           <requestLimits maxAllowedContentLength="2147483647" maxQueryString="102400"/>
           <requestLimits maxAllowedContentLength="2147483647" maxQueryString="102400" />
        </requestFiltering>
     </security>
     <httpProtocol>
@@ -45,23 +48,23 @@
           <add name="Access-Control-Allow-Methods" value="GET, POST, PUT, DELETE, OPTIONS" />
        </customHeaders>
     </httpProtocol>
     <modules runAllManagedModulesForAllRequests="true"/>
     <validation validateIntegratedModeConfiguration="false"/>
     <modules runAllManagedModulesForAllRequests="true" />
     <validation validateIntegratedModeConfiguration="false" />
     <staticContent>
        <remove fileExtension=".woff"/>
        <remove fileExtension=".woff2"/>
        <remove fileExtension=".json"/>
        <mimeMap fileExtension=".woff" mimeType="application/x-font-woff"/>
        <mimeMap fileExtension=".woff2" mimeType="application/font-woff2"/>
        <mimeMap fileExtension=".json" mimeType="application/json"/>
        <remove fileExtension=".woff" />
        <remove fileExtension=".woff2" />
        <remove fileExtension=".json" />
        <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
        <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
        <mimeMap fileExtension=".json" mimeType="application/json" />
     </staticContent>
    <handlers>
  <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>
  </system.webServer>
    </handlers></system.webServer>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
@@ -94,11 +97,15 @@
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
        <bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
        <bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.3" newVersion="4.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>