sachatrauwaen / OpenContent

Structured Content editing for DNN (Dotnetnuke)
46 stars 25 forks source link

Stop json file being served from template folder #217

Open Timo-Breumelhof opened 1 year ago

Timo-Breumelhof commented 1 year ago

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

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