Controlling in served desktop mode
When you are using the served desktop mode of deployment, you have the ability to control where your users’ working directory files are stored. However, unlike in the above examples, you do not use the Wizard to configure these settings. Instead, configuration changes require the editing of the default.ini file.
1. On the web server, navigate to the desired site that you want to change. For example:
C:\Inetpub\wwwroot\MySite
2. Locate and display the contents of the \template folder.
3. Locate the default.ini file and edit it with Notepad.
4. Locate the UsePersonalFolderAsWorkingDir=Yes entry in the [BlueZone] section.
5. Change UsePersonalFolderAsWorkingDir=Yes to UsePersonalFolderAsWorkingDir=No.
Any new launch pages that you create use the new default.ini settings that you just modified. If you already have existing launch pages that you want to change, you must go into each launch page folder and edit the default.ini file located there.
You also have the option of using the All Users Common Folder as the working directory. To make this change:
1. On the web server, navigate to the desired site that you want to change. For example:
C:\Inetpub\wwwroot\MySite
2. Locate and display the contents of the \template folder.
3. Locate the default.ini file and edit it with Notepad.
4. Locate the UsePersonalFolderAsWorkingDir=Yes entry in the [BlueZone] section.
5. Change UsePersonalFolderAsWorkingDir=Yes to UsePersonalFolderAsWorkingDir=No.
6. Locate the UseAllUsersCommonFolderAsWorkingDir=No entry in the [BlueZone] section.
7. Change UseAllUsersCommonFolderAsWorkingDir=No to UseAllUsersCommonFolderAsWorkingDir=Yes.
Any new launch pages that you create uses the new default.ini settings that you just modified. If you already have existing launch pages that you want to change, you must go into each launch page folder and edit the default.ini file located there.