The folder structure of Invantive Data Access Point has the following contents:
- root: some images and css that must be in root and Web.config.
- bin: executable code.
- images: images.
- App_Data: configuration folder.
### App_Data Folder
The App_Data folder can have the following contents:
- Backup: previously used copies of the settings.xml database with defined databases.
- Cache: disk cache of HTTP requests.
- Config: detail configuration files.
- Log: folder in which copies are placed of received requests and their results on a high level.
- Templates: preferred folder with preset files, SQL and XSL files.
- Trace: folder in which the trace files are stored when tracing is configured.
### Config Folder
The Config folder in the App_Data folder can have the following contents:
- application.xml: an Invantive web application configuration file with log and trace settings and Access Control Lists.
- invantive.lic: license file.
- settings*.xml: databases with defined databases.