Posts

Showing posts from December, 2014

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