解决bootstrop中.woff报404问题

在web.config中的<system.webServer>中添加 

<staticContent>

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

猜你喜欢

转载自blog.csdn.net/programmerfanwei/article/details/80898065