yl
2022-10-15 d9bbbbc58972514a003ba372f9ff10ca88def338
VueWebApi/obj/Release/TransformWebConfig/original/Web.config
@@ -30,11 +30,14 @@
      <add key="webpages:Enabled" value="false" />
      <add key="ClientValidationEnabled" value="true" />
      <add key="UnobtrusiveJavaScriptEnabled" value="true" />
      <!--提交json字符串过长问题-->
      <add key="aspnet:MaxJsonDeserializerMembers" value="150000000"/>
   </appSettings>
   <system.web>
      <compilation debug="true" targetFramework="4.6.1" />
      <customErrors mode="Off" />
      <httpRuntime targetFramework="4.6.1" />
      <!--最大请求长度,单位为kb-->
      <httpRuntime targetFramework="4.6.1" maxRequestLength="2147483647" maxQueryStringLength="2097151"/>
      <!--session失效时间-->
      <sessionState mode="InProc" timeout="240">
      <!--<sessionState mode="Off">-->