If you are unable to test the Workflow Web Designer after installation, it may mean that the WorkflowWebDesignerAppPool was not created during installation on Windows 10.
Go to the Internet Information Services (IIS) Manager and see if the WorkflowWebDesignerAppPool is running. If you do not see the application pool, you have to create the WorkflowWebDesignerAppPool.
Do one of the following:
- Run a PowerShell script to automate the process. See workaround 1
- Create the application pool through the Internet Information Services (IIS) Manager. See workaround 2
Use a PowerShell script to automatically create the application pool.
- Click the following link to download the script.
PowerShell script
- Save the script to a temporary location.
- Right-click on the script.
- Click Run with PowerShell.
- The new application pool is now available.
Manually create a new application pool.
- Open the Internet Information Services (IIS) Manager as an administrator.
- On the Actions Pane on the right, click View Application Pools. On the same Pane, click Add Application Pool.
- Enter "WorkflowWebDesignerAppPool" in Name.
- Select ".NET CLR Version v4.0.XXXXX" in the .NET CLR version.
- Set the managed pipeline mode to Integrated.
- Leave the Start application pool immediately checkbox selected.
- Click OK.
- The new application pool is now available.