The following attributes define the behavior of the Object Repository synchronization process and are found in the Web.config file in the Aptify top-level directory:
- DefaultObjectCachePath: identifies the download folder for Object Repository Objects. It should be set to the bin folder of the Aptify web site.
- IsObjectDownloadActive: determines whether or not Object Repository Objects will be downloaded on demand as the business logic executes. Valid values are true and false.
- For production websites, this attribute should be set to false to prevent .NET assemblies from being downloaded to the bin folder of the website triggering a re-compilation of the website. In this case, the bin folder should be kept up to date using the Object Repository Synchronizer utility.
Comments
Please sign in to leave a comment.