Help Center>Foundation Help

Applies to:

Installing Winshuttle Workflow 11.x: Configuring Workflow after installation

Set Anonymous Impersonation Key to False

Winshuttle Workflow requires that Anonymous impersonation is disabled in the web.config file for each Web Application hosting Winshuttle applications.

If you are using Sharepoint 2013, browse to the following path:

C:\inetpub\wwwroot\wss\VirtualDirectories\<WebApp>\web.config

  1. Open the web.config file with any text editor.
  2. Locate the AllowAnonymousImpersonation key and set it to false as shown below:
    <add key="aspnet:AllowAnonymousImpersonation" value="false" />

Perform this step on all Web Frontends.

Disable the Loopback check

  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  3. Right-click Lsa, point to New, and then click DWORD Value.
  4. Type DisableLoopbackCheck, and then press ENTER.
  5. Right-click DisableLoopbackCheck, and then click Modify.
  6. In the Value data box, type 1, and then click OK.
  7. Quit Registry Editor, and then restart your computer.

Creating a site with the Winshuttle Forms template (Unique Permissions)

  1. Open the Site Collection.
  2. Open the Site Collection settings, and then click Sites and Workspaces.
  3. Click Create.
  4. Enter all required information (Title, Description, URL name, etc.).
  5. On the Winshuttle tab, select the Process Control Form Workspace template
  6. Under Permissions, click Use unique permissions.
  7. Under Navigation, click Yes for both options.
  8. Under Navigation Inheritance, click Yes.
  9. Click Create to open the Set Up Groups for this Site window.
  10. Create a new group for Members.
  11. Create a new group for Owners. Add the Workflow Admin User to the Owner group of this site.
  12. Click OK.

TIP: Add a user with contribute permissions in the site created using the steps above. Make sure this user do not have any other permission on the Site/Setup. You can use this user for testing purposes. Use the Admin user only if you require admin level tasks.