OpenContent
OpenContent copied to clipboard
Stop json file being served from template folder
Add this to the web.config file in the templates folder:
<system.webServer>
<staticContent>
<remove fileExtension=".json" />
</staticContent>
</system.webServer>