AdminStudio Enterprise Platform

Workflow Manager 6.0

Before you can access the AdminStudio Enterprise Server, you need to make a modification to the Workflow Manager web.config file. The default value of this setting in web.config is:

<!-- URL for AdminStudio Enterprise Platform -->

<add key="PlatFormURL" value="" />

To connect to the AdminStudio Enterprise Server:

1. Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor.
2. Locate the PlatFormURL portion of this file:

<add key="PlatFormURL" value="" />

3. Enter the URL of your AdminStudio Enterprise Server as the value for the PlatFormURL using the following format:

<add key="PlatFormURL" value="http://178.22.333.44" />