gpt4 book ai didi

html - 如何解决 ASP.Net MVC 5 中的 glyphicons-halflings-regular.woff2 Err_Aborted 问题

转载 作者:技术小花猫 更新时间:2023-10-29 12:21:51 24 4
gpt4 key购买 nike

所以我有一个元素,我想在其中更改 BootStrap 的主题。所以,我从 BootSwatch 中获取了主题选择的主题是Lumen .现在,在我的 Bundle.Config 文件中,我进行了以下更改。

  bundles.Add(new StyleBundle("~/Content/css").Include(
//"~/Content/bootstrap.css",
"~/Content/bootstrap-lumen.css",
"~/Content/superslides.css",
"~/Content/site.css"));
}

现在,一旦我开始使用 Lumen 主题,我就会收到如下错误(在开发工具中): enter image description here

P.S:当我使用normal BootStrap 主题时,这不会发生。我调查了SO Answer .但它谈到了对 IIS 进行更改等等。但是当我使用 LUMEN 主题时,我的问题只发生。如何摆脱这个问题?

enter image description here

最佳答案

我已经从 here 下载了丢失的文件并在 fonts 中添加了那些我元素的文件夹。

然后在 <system.webServer> 中添加这些行web.config 中的部分我的元素文件:

<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
</staticContent>

在您的情况下,下载 glyphicons-halflings-regular.woff2文件。

关于html - 如何解决 ASP.Net MVC 5 中的 glyphicons-halflings-regular.woff2 Err_Aborted 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46508793/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com