代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<appSettings>
<add key="webpages:Version" value="2.0.0.0" />
<add key="webpages:Enabled" value="false" />
<add key="PreserveLoginUrl" value="true" />
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="EnableWebGLContent" value="true" /> <!-- Set to false to hide all WebGL content -->
<add key="HomepageDownloadLink" value="http://visualstudiogallery.msdn.microsoft.com/fa041d2d-5d77-494b-b0ba-8b4550792b4d"/>
</appSettings>
<system.webServer>
<staticContent>
<mimeMap fileExtension="fx" mimeType="text/x-shader" />
<mimeMap fileExtension="svg" mimeType="image/svg+xml" />
<mimeMap fileExtension="ts" mimeType="text/typescript" />
<mimeMap fileExtension="tsx" mimeType="text/typescript" />
<mimeMap fileExtension="json" mimeType="text/json" />
<mimeMap fileExtension="js" mimeType="application/javascript" />
<mimeMap fileExtension="woff" mimeType="application/woff" />
<mimeMap fileExtension="woff2" mimeType="application/woff" />
<mimeMap fileExtension="webmanifest" mimeType="text/json" />
<mimeMap fileExtension="epub" mimeType="application/octet-stream" />
</staticContent>
<!--
Set the number of times a URL must be requested to be considered frequently hit and thus cached.
This saves the time compressing large files on every request.
-->
<serverRuntime frequentHitThreshold="1"/>
</system.webServer>
</configuration>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。