Prior to indicating the tag areas you wish to load, you must set two important variables in the [SYSTEM] section of your application's Config.ini file. These are:
• AreaFiltering: The AreaFiltering Config.ini variable determines whether or not area filtering should be present in your application. To turn area filtering on, set AreaFiltering to 1 as follows:
[SYSTEM]
AreaFiltering = 1
• AreaExclude: The AreaExclude Config.ini variable determines what should be done for those areas not referenced to load. To prevent unlisted areas from loading at startup, set AreaExclude to 1 as follows:
[SYSTEM]
AreaFiltering = 1
AreaExclude = 1
(Should AreaExclude be set to 0, then unlisted areas will be loaded at startup, rather than being excluded from loading.)
Once you have set the above two variables, you may begin to list the areas you wish to load at startup.