home / software / tips and tricks / When the Bootstrap templated web site is deployed to production server some images and fonts are missing.

When the Bootstrap templated web site is deployed to production server some images and fonts are missing.

Updated:  01/23/2014 09:01 AM
Author:  Shiju Mathews

Status:    Resolved.


This because 'bootstarp' has files in the '/Assets/font/' folder with extension '.woff'. This file extensions are not in the "IIS" Mime types. We need not add new mime types for this extensions with type 'application/x-font-woff'

Go to IIS manager and click on the web site.
on the middle of the pane click on "Mime Type'.
Right click and select add.
Fill the text boxes and click 'OK'.
Restart the web site.
It should solved the issue.

Tags: When the Bootstrap templated web site is deployed to production server some images and fonts are missing.
Updated on: April 2024