HomeNewsExamplesDocumentationToolsPluginsMoreDownloadBuyForumContact
close panorama

Problems on IIS Servers / MIME Type

Unfortunately there is a problem with IIS servers, they don't know a MIME type for the ".license" extension by default, and then the server doesn't deliver the file.

you can test this by trying to open the link to license file:

http://--your-server--/path/krpano.license


there are two possibilities:

1. add a MIME type for ".license"

the correct type would be "application/octet-stream"

have a look here:
http://support.microsoft.com/?scid=kb%3Ben-us%3B326965&x=15&y=13


2. change license filename and extension

change the name of the "krpano.license" file to a other filename with an extension that the IIS servers knows.

for example, rename:
krpano.license -> license.xml
or any other name:
krpano.license -> anyname.gif

and then set the path to this license file with the "license" parameter:

as direct HTTP get parameter:
krpano.swf?pano=krpano.xml&license=license.xml

or as Flash variable (SWFObject 1.5 example)
so.addVariable("license","license.xml");