Jump to content

Load Json file not working


BudBrain
 Share

Recommended Posts

Thanks, seems the reason it wasn't working on my side is because I'm using Phaser within the .NET framework and needed to allow the download of json file mime type in the web.config.

    <staticContent>
      <mimeMap fileExtension=".json" mimeType="application/json" />
    </staticContent>

(Added to the <system.webServer> section)

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...