If you have a Web Farm setup, you must share the same WebForms folder for all servers. (For information on using a Web Farm setup with WorkflowGen, see the Web Farm architecture section in the WorkflowGen Technical Guide To do this:
-
Share your
WebFormsfolder. This can be either your primary WorkflowGen site’s localWebFormsfolder, or aWebFormsfolder on a network file server. -
If you are using a network file server and you have content in your primary WorkflowGen site’s local
WebFormsfolder, we suggest copying the content of this folder to the sharedWebFormsfolder. -
Once you have shared the folder, copy the UNC path.
-
Do the following for each instance of WorkflowGen:
-
In IIS, navigate to the
WebFormsapplication folder. -
Right-click on the folder, then choose Manage Application / Advanced Settings .
-
Replace the physical path with the UNC path you copied in step 3.
-
Add the
<add key="ApplicationWebFormsPath" value="" />parameter with the UNC path as the value to theweb.configfile.Note: This parameter is currently only used by the SOAP Web Service API to manage processes and requests with the built-in form designer enabled.
-
-
Ensure that the required permissions (modify, read and execute, list folder contents, read, write) are correctly applied to the shared
WebFormsfolder for the IIS application pool used by theWebFormsapplication.