Mapping a Drive Letter to a Network Drive - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To map a drive letter to a network drive, complete the following steps.
  1. Open the respective configuration file.
  2. In the <configSections> element, insert the following line.
    <section name="driveMapping" type="ComposerSuite.Runtime.SystemFramework.DriveMappingConfiguration,ComposerSuite.Runtime.SystemFramework"/>
    
  3. Below the line </configSections>, insert the following lines.
    <driveMapping>
       <drives>
          <drive localName="y:" remoteName="\\NetData\mws" />
       </drives>
    </driveMapping>
    
  4. Change y: to the required drive letter.
  5. Change \\NetData\mws to the required network drive.
  6. Optional. To map additional drives, duplicate the following line and adjust the settings.
    <drive localName="y:" remoteName="\\NetData\mws" />