To map a drive letter to a network drive, complete the
following steps.
- Open the respective configuration file.
-
In the
<configSections> element, insert the following
line.
<section name="driveMapping" type="ComposerSuite.Runtime.SystemFramework.DriveMappingConfiguration,ComposerSuite.Runtime.SystemFramework"/>
-
Below the line
</configSections>, insert the following lines.
<driveMapping> <drives> <drive localName="y:" remoteName="\\NetData\mws" /> </drives> </driveMapping>
- Change y: to the required drive letter.
- Change \\NetData\mws to the required network drive.
-
Optional. To map additional drives, duplicate the following line
and adjust the settings.
<drive localName="y:" remoteName="\\NetData\mws" />