Server User Guides > Interviewer - Server Admin > Activation settings > Server Events tab
 
Server Events tab
The tab provides options for viewing and updating the server-side activation script. Changes made to the server script are applied during project activation.
Enable server event handling
When selected, you are able to edit and validate the current server-side activation script.
Validate
Click the button to validate any changes you made to the script
Supported events
You can edit the following events in both the client and server-side activation scripts:
OnBeforeClientActivate
OnAfterClientActivate
OnBeforeSiteActivateProject
OnAfterSiteActivateProject
OnBeforeEngineActivateProject
OnAfterEngineActivateProject
The server-side activation EventHandlerClientScript run in Microsoft Internet Information Services (IIS) in the context of the Anonymous Access User account. This means that the script can only access directories that are accessible to the Anonymous Access User account on the local computer (that is, the directories that are under the FMROOT directory).
See also
Activation settings