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
Note The server-side activation EventHandlerClientScript is run in Microsoft Internet Information Services (IIS) within the context of the Anonymous Access User account. As a result, the script can only access directories that are accessible to the Anonymous Access User account on the local computer (namely, those directories located under the FMROOT directory).
See also