Open web.config in text editor |
On the IIS server, open IIS manager and browse to the Curator Clip Link directory by right clicking and selecting the explore option: Open web.config file in a text editor. |
Replace "Video Server Address" key value |
Search for the "VideoServerAddress" key and replace the value with the fully qualified domain name for the IIS host and remove the trailing port. Replace: <add key="VideoServerAddress" value="https://WEBSERVER" /> With: <add key="VideoServerAddress" value="https://IIS_HOST" /> |
Enable Clip Link Walkthroughs |
Search for: <Appcues enabled="false" account="68366"> Change false to true: <Appcues enabled="true" account="68366"> |
Finish |
Save the file. |
Curator Clip Link web.config for 3.3
Updated on December 9th, 2022