| - Database: | Empty the tables 'tbl_md_AcaEventRegistration' and 'tbl_md_AcaEventTribute' in order to remove any test data. |
| - Photo folder: | Empty the 'photos' folder in order to delete any test data. |
| - Photo selection: | To enable the public to select a photo, make sure the IIS User account has read/write/delete permissions to the 'photos' folder. |
| - Tribute managers: | To add or remove ACA staff who can manage Tributes, edit the records in the table 'tbl_md_AcaUser' in the database 'ACA_Events'. |
| - Allow users to 'Register to attend': | To allow or prevent the public submitting Registration information, change the value of 'ShowButton_RegisterToAttend' in the 'Web.Config' file to 'Yes' or 'No'. |
| - Allow users to 'Add a tribute': | To allow or prevent the public submitting Tribute information, change the value of 'ShowButton_AddATribute' in the 'Web.Config' file to 'Yes' or 'No'. |
| - Allow users to 'View all tributes': | To allow or prevent the public viewing submitted Tributes, change the value of 'ShowButton_ViewAllTributes' in the 'Web.Config' file to 'Yes' or 'No'. |
| - Tell a friend: | To update the Subject of the email which is created when the public clicks the 'Tell a friend' button, change the value of 'EmailSubject_TellAFriend' in the 'Web.Config' file. |
| - Event description: | To update the description of the event (beneath the banner), change the value of 'EventDescriptionHTML' in the 'Web.Config' file. |
| - Event registration: | If registration is to be for a single Main Event and no Sub Events, make sure that the AcaEvent_DescriptionX fields of the tbl_md_AcaEvent table are blank. |
| - Sub-Event registration: | If registration is to be for two or more Sub Events (i.e. not a single Main Event), make sure that the AcaEvent_DescriptionX fields of the tbl_md_AcaEvent table are filled in. Note: To break the description into multiple lines, enter '<NL>' where the new line should be. |
| - Slide show: | To increase or decrease the amount of time each slide is shown, change the value of 'SlideshowSeconds' in the 'Web.Config' file to a value in the range 5 to 60 (default is 10). |