In order to configure Application Enabler to correctly connect and communicate with the Application Server when using Application Enabler Configuration, you must specify the service location. This service location was specified when you installed Application Enabler Configuration, but can be edited in the AEConfig.exe.config file.
Multiple service locations can be made available to users by duplicating the <ServiceLocations> information below and specifying a different service location in each instance. When logging on, users must select their desired service location. If only one service location is specified, users are required to use that service location.
The following settings are configured in AEConfig.exe.config:
Setting |
Description |
---|---|
UseInstitution |
Set to true if you are using an institutional database with your solution. |
ServicePath |
Set to the path of the Service.asmx file within the Application Server. For example, http://<machinename>/appserver/Service.asmx. |
DataSource |
Set to the name of the ODBC connection that will be used in conjunction with Application Enabler. |
FriendlyName |
Set to the name that you want to use for your service location. For example, OnBase. |
UseNTAuthentication |
Set to true if you are using Active Directory authentication with your solution. |
AEConfig.exe.config also contains the generatePublisherEvidence setting. For information on this setting, see Authenticode Signature Verification.