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:
- On the web server, navigate to the site and template folder
that you want to change. For example:
C:\Inetpub\wwwroot\MySite\template
- Open default.ini in any text editor.
- In the [BlueZone] section, locate the
following entry:
UsePersonalFolderAsWorkingDir=Yes
UseAllUsersCommonFolderAsWorkingDir=No
- If you do not want to use the personal folder as the working
directory, change UsePersonalFolderAsWorkingDir=Yes to UsePersonalFolderAsWorkingDir=No.
- If you want to use the All Users folder as the working
directory, change UseAllUsersCommonFolderAsWorkingDir=No to UseAllUsersCommonFolderAsWorkingDir=Yes.
- 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.