1
yusijie
2025-09-09 c6291a646588c665968208a6260feff070314e37
WebAPI/Web.config
@@ -4,7 +4,12 @@
  http://go.microsoft.com/fwlink/?LinkId=301879
  -->
<configuration>
  <appSettings/>
    <appSettings>
        <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" />
    </appSettings>
  <!--
    有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
@@ -13,7 +18,6 @@
        <httpRuntime targetFramework="4.5" />
      </system.Web>
  -->
  <system.webServer>
    <httpErrors errorMode="Detailed"/>
  </system.webServer>