Read more about Data Workbench’s End-of-life announcement.
Steps to deploy the dashboard in IIS.
Create an installation folder to install the dashboard, such as c:\inetpub\wwwroot\dashboard.
Create the dashboard’s application pool in IIS.
Open the IIS Manager Console.
Go to Application Pools.
Select **Add Application Pool…**in the Actions menu to the right.
In the Add Application Pool form, use the dashboard for the name and select .NET Framework v.4.0.xxxxxx as your .NET Framework Version.
Leave other fields as their default and click OK to create the application pool.
Deploy the dashboard application.
Open the IIS Manager Console.
Expand the Default Web Site, you should see the folder you created in c:\inetpub\wwwroot\dashboard by default.
Right-click the folder and select Convert to Application.
Select the Application Poolcreated in Step 2 (for example, “Dashboard”).
Under Sites, right-click the web site to which you wish to deploy (for example, “Default Web Site”).
Select Deploy > Import Application.
Browse to and select the dashboard deployment file provided by Adobe.
Click Next twice to proceed to the Enter Application Information screen.
From this screen, you can choose to customize your dashboard deployment.
For Application Path, enter the folder name previously selected.
Under Disable Automatic Database Upgrade, enter False
, since this is a new installation.
Customize your connection string, if necessary. For example:
Data Source=.;Initial Catalog=thinclientdb;Integrated Security=SSPI;Connect Timeout=30;
Application Name=Insight Dashboard;MultipleActiveResultSets=true;
Click Next and IIS will begin installing the application.
Once the installation has completed, you should see no errors in the installation log.