Scolring - Forum

Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology

Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered

You are not logged in.

#1 22-Aug-2014 03:05:28

arkeon
Admin. / Scol language & OpenSpace3D developer
From: Nantes
Registered: 30-Mar-2009
Posts: 5,090
Website

Upload OpenSpace3D scenes on Microsoft IIS server

Hi !

Several users get stuck when they upload applications on IIS server.

Here a small tip that make it works.

just add a new "web.config" file on the ftp root directory that contains :

<configuration>
    <system.webServer>
        <staticContent>
            <mimeMap fileExtension=".zp" mimeType="Scol/zp" />
            <mimeMap fileExtension=".pak" mimeType="Scol/pak" />
     </staticContent>
    </system.webServer>
</configuration> 

this makes the IIS web server to allow the download of this files extensions needed by the OS3D application.

Offline

Board footer

Powered by FluxBB