1 Star 0 Fork 0

Discovery/typescript-website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Web.config 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
Discovery 提交于 2022-06-18 23:44 +08:00 . init doc
<?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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/git_discovery/typescript-website.git
git@gitee.com:git_discovery/typescript-website.git
git_discovery
typescript-website
typescript-website
master

搜索帮助