We are experiencing an issue with IIS not picking up on a font added to the system. Running our webservice through Visual Studio works fine and the font is used. Here is the situation:
We have a reporting service hosted in IIS that generates DevExpress reports. In the design of the report we have barcode numbers assigned with the appropriate font. We install the 3of9.ttf barcode font and when run through Visual Studios Dev Server the report is generated with the barcodes displaying correctly. Once deployed to IIS on the same machine, the report is generated with only the barcode number showing and not the barcode itself, so the font is not being used.
Any thoughts would be appreciated.
Thanks in advance.