Adam K Dean

Posts tagged with iis

IIS .woff MIME type

Published 4 June 2014 in archive with tags iis , woff , mime IIS does not have a MIME type set up for woffs. I don' t like this, it throws errors like this one: Continue reading …

Enable cross-origin resource sharing (CORS) in IIS

Published 18 September 2013 in archive with tags iis , webapi , cors , webconfig If you're hosting your API on a different domain to your app, such as api.domain.com, you may be hitting into some cross-origin request roadblocks. In IIS, this is pretty easy to fix -- or well -- disable. Continue reading …

Unity3d web player MIME type

Published 5 May 2013 in archive with tags iis , unity3d , mimetypes IIS doesn't like serving unknown MIME types, and one of these happens to be the unity3d file for Unity Web Player. If you want it to serve this file, you have to go to MIME Types under IIS, and add a mime with the extension .unity3d and type application/vnd.unity. Continue reading …



Newer Page 1 of 1 Older