If you are installing an ASP.NET web application in a Windows Service environment, you must run the Windows Service Client Utility Tool to configure the binding with the AgilePoint Server.
For most web applications, the AgilePoint installation software attempts to run this utility in the background automatically. However, you must run this utility for SharePoint Integration.
When you create the bindings for the web application, the settings are automatically configured in the web.config file for both HTTP and TCP protocols. By default, the HTTP bindings are used. However, you can switch to TCP by modifying the following properties in the web.config:
<add key="WorkFlowBindingUsed" value="WSHttpBinding_IWCFWorkflowService" />
<add key="EventServicesBindingUsed" value="WSHttpBinding_IWCFEventServices" />
<add key="AdminBindingUsed" value="WSHttpBinding_IWCFAdminService" />
Guidance for modifying these values can be found at the following articles on MSDN: