schangxiang@126.com
2025-06-04 3e837690e8a1d3b6e86f3db72d2d84eab1bc7114
DEmon/WebWIPAPI/Web.config
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
<configuration>
   <appSettings>
      <add key="webpages:Version" value="2.0.0.0" />
@@ -10,12 +8,10 @@
      <add key="UnobtrusiveJavaScriptEnabled" value="true" />
      <add key="aspnet:MaxJsonDeserializerMembers" value="2147483647" />
   </appSettings>
   <location path="." inheritInChildApplications="false">
      <system.web>
         <httpRuntime targetFramework="4.5" />
         <compilation debug="true" targetFramework="4.5" />
         <pages>
            <namespaces>
               <add namespace="System.Web.Helpers" />
@@ -28,8 +24,18 @@
         </pages>
      </system.web>
   </location>
   <system.webServer>
      <validation validateIntegratedModeConfiguration="false" />
   </system.webServer>
  <!--
    有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
    可在 <httpRuntime> 标记上设置以下特性。
      <system.Web>
        <httpRuntime targetFramework="4.8" />
      </system.Web>
  -->
  <system.web>
    <compilation targetFramework="4.8"/>
  </system.web>
</configuration>