Importing Dashboards with Rename using the Automation Script

To successfully use the Action ‘ImportDashboard’, the Automation Tool needs write access to the AppData directory. Enable this by

Open file in %windir%\system32\inetsrv\config\applicationHost.config and add or change attributes for your application pool.

<configuration>

<system.applicationHost>

<applicationPools>

<add name="YourPool" >

<processModel loadUserProfile="true" setProfileEnvironment="true"/>

Last updated

Was this helpful?