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.
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