Quantcast
Channel: BugNET Issue Tracker (Moved to GitHub)
Viewing all articles
Browse latest Browse all 2179

Commented Issue: .woff File Missing when installed on IIS7 [212]

$
0
0
When you install bugnet on a IIS 7.0 you have to add follow config to the web.config:

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

In IIS 7.5 works it fine without this code.
Comments: I landed on this config after examination of the IIS Express config ``` <staticContent> <remove fileExtension=".svg" /> <remove fileExtension=".woff" /> <remove fileExtension=".eot" /> <mimeMap fileExtension=".svg" mimeType="images/svg+xml" /> <mimeMap fileExtension=".woff" mimeType="font/x-woff" /> <mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" /> <mimeMap fileExtension=".otf" mimeType="font/otf" /> </staticContent> ```

Viewing all articles
Browse latest Browse all 2179

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>