OpenContent icon indicating copy to clipboard operation
OpenContent copied to clipboard

Stop json file being served from template folder

Open Timo-Breumelhof opened this issue 2 years ago • 0 comments

Add this to the web.config file in the templates folder:

<system.webServer>
    <staticContent>
            <remove fileExtension=".json" />
    </staticContent>
 </system.webServer>

Timo-Breumelhof avatar Jun 02 '23 14:06 Timo-Breumelhof