configuration of web.config fo IIS Application to show special character in mobile device

Following codes need to be added in web.config file to to enable the IIS for showing special character in mobile devices.

  <system.webServer>
    <staticContent>
      <remove fileExtension=".woff" /> <!-- In case IIS already has this mime type -->
      <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
    </staticContent>    
  </system.webServer>

source:
http://stackoverflow.com/questions/23007250/fontawesome-does-not-work-when-served-by-iis

Comments

Popular posts from this blog

Database is in compatibility range and upgrade is recommended

Create a Sharepoint 2013 Master Page based on Seattle.master with VS 2012 / VS2013