NOTE: This is Technical Information intended for users with IT expertise.
Installing Attendee Online will create the following directory structure, depending on whether you installed Attendee Online as a Service or ISAPI DLL:
This folder is where the application or service is installed and loaded from.
<install folder>\cache
This folder is used to store temporary files created during each user session. If this folder does not exist, it will be created by Attendee Online.
<install folder>\bin\files
This folder contains miscellaneous files (normally images) for displaying the web pages. It can contain sub-folders of files for each of the different template sets.
<install folder>\bin\templates
This folder contains all the HTML templates that are used by Attendee Online in controlling the appearance of the web pages. It can contain sub-folders of templates for each of the different template sets.
<install folder>\data
This folder is where the data used by Attendee Online is stored in the Standard edition. The Enterprise edition data is stored on your MS-SQL server.
<install folder>\transfer
This folder is used by Attendee Online and the main EventPro Planner application to transfer files back and forth.
The following directory structure will be created by the installation and will require the given user permissions for the ISAPI DLL.
If any of the folders do not get the proper access, you will get unpredictable errors including access violations and internal server errors.
Folder
Description
<Install folder>\bin
This folder is where the application runs from. It will need read and execute permissions.
<install folder>\cache
If this directory does not exist, it will be created by the program and given full access by default.
<install folder>\bin\files
All additional required files for displaying the web pages are placed in this directory. The application will need read permissions to read these files. This folder contains sub folders of files for each of the different template sets.
<install folder>\bin\new
This directory is used by the ISAPI Manager to load up the new ISAPI DLL. The ISAPI Manager will need read permissions for this folder.
<install folder>\bin\old
This directory is used by the ISAPI Manager to save the last version of the ISAPI DLL in case you need to revert to it. The ISAPI Manager will need read and write permissions to this folder.
<install folder>\bin\templates
This directory contains all the templates that are used by the program to display the web pages. The application will require read permissions for this folder. This folder contains sub folders of templates for each of the different template sets.
<install folder>\data
This directory is where the data for the program is stored. The application will need read and write access to this folder.
<install folder>\transfer
This folder is used by the application and parent application to transfer files back and forth. The application and parent application will need read and write permissions for this folder.