For Application Enabler to work with the Web Client, you must set a specific setting on the Web Server. In the web.config file the following parameter must be set equal to true: sv_AppEnableIntegration
For Application Enabler to automatically launch when the user enters an Application Enabler supported feature, you must set the following parameter to true: sv_LaunchAppEnabler
The following is an example from a web.config file configured for use with Application Enabler:
<!-- AppEnabler Vars -->
<add key="sv_AppEnableIntegration" value="true"/>
<!-- Enable/disable AppEnabler integration -->
<add key="sv_LaunchAppEnabler" value="true"/>
You can also configure these parameters using the Web Application Management Console.