Forums / Developer / extension & site.ini.append
Bertrand Dunogier
Friday 05 August 2005 6:48:52 am
Hello,
I'm currently trying on a new site to group settings in an extension for my site.
I have a website extension, /extension/website
This extension is loaded in settings/siteaccess/mywebsite/site.ini.append as an ActiveAccessExtensions[], and my tests prove that it is loaded correctly.
However, most settings I insert in extension/website/settings/site.ini.append seem to be ignored.
For instance SiteName is working, but DebugSettings are not...
Do you have any clues of limitations in that area ?