Controlling file location in served desktop deployment mode

If you are using the served desktop deployment mode, you can control where your users’ working directory files are stored. However, unlike the standard Web-to-Host and embedded deployment modes, you cannot use the Wizard to configure these settings. You must edit the default.ini file.

To configure the file location:
  1. On the web server, navigate to the site and template folder that you want to change. For example:
    C:\Inetpub\wwwroot\MySite\template
  2. Open default.ini in any text editor.
  3. In the [BlueZone] section, locate the following entry:
    UsePersonalFolderAsWorkingDir=Yes
    UseAllUsersCommonFolderAsWorkingDir=No
  4. If you do not want to use the personal folder as the working directory, change UsePersonalFolderAsWorkingDir=Yes to UsePersonalFolderAsWorkingDir=No.
  5. If you want to use the All Users folder as the working directory, change UseAllUsersCommonFolderAsWorkingDir=No to UseAllUsersCommonFolderAsWorkingDir=Yes.
  6. Save and close the file.
From this point on, new launch pages that you create use the new default.ini settings. If you already have existing launch pages that you want to change, you must go to each launch page folder and edit the default.ini file.