How to modify the storage location of Web application files in Appeon Developer

Appeon Developer will generate and store Web application files on the local machine before deploying it to Appeon Server. You can configure to store these files to other location rather than the default one. By default the Web files will be stored in %Appeon_Developer%\Project\%application_name% (e.g., C:\Program Files\Appeon\Developer2015\Project\sales). %Appeon_Developer% indicates the installation path of Appeon Developer.

How to configure the location for Web files

Step 1: Open the ADTConfig.xml file in the directory %Appeon_Developer%\Developer2015.

Step 2: Find the following lines:

<PathCfg>
<Project value="%Appeon_Developer%\Developer2015\Project\"/>
</PathCfg>

Step 3: Replace the value in bold with another location where you want to store the Web files.