We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Windows server 2019 – Running Verge3D Application on IIS 10

Home Forums General Questions Windows server 2019 – Running Verge3D Application on IIS 10

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #76917
    gulumse716
    Participant

    Hello. I am trying to run Verge3D application on Windows server 2019 – IIS 10. But I am getting an error regarding the .hdr file. That’s why the model looks dark. We tried introducing the .hdr file in the MIME settings and adding the following codes to the web.config file, but it still did not work. The screenshot of the error is attached. Thank you for your help.

    <configuration>
    <system.webServer>
    <staticContent>
    <mimeMap fileExtension=”.gltf” mimeType=”model/gltf+json” />
    <mimeMap fileExtension=”.hdr” mimeType=”image/vnd.radiance” />
    </staticContent>
    </system.webServer>
    </configuration>

    Attachments:
    You must be logged in to view attached files.
    #76936

    Hi,
    Please open “Network” tab in Chrome “Developer Tools” to see more info why the asset is not loaded.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #76938
    gulumse716
    Participant

    Attached is the screenshot of the “Network” tab in Chrome “Developer Options”.

    Attachments:
    You must be logged in to view attached files.
    #76940
    gulumse716
    Participant

    Hi,
    Please open “Network” tab in Chrome “Developer Tools” to see more info why the asset is not loaded.

    It gives this error even though the file with .hdr extension is on the server.

    #76954

    please see these topics for a possible solution:

    Microsoft web server (IIS)

    Compile and Upload to my server

    Chief 3D Verger | LinkedIn | Twitter

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.