Configuring AgileForms SharePoint Integration v1

Note: This step is required only if you are using AgilePoint SharePoint Integration v1.
  1. Add the following keys to the web.config file for your SharePoint installation:
    <add key="CustomAgilePointTaskActions"
        value="AgilePoint.AgileForms.CustomTaskListActions.
        AgileFormsCustomTaskListActions, 
        AgilePoint.AgileForms.CustomTaskListActions, 
        Version= 1.0.0.0, Culture=neutral, 
        PublicKeyToken= 4b23e0a5c23bcdc0" />
    <add key="FormRenderURL"
        value="http://[server]:[port]/FormRender.aspx" />