Hello,
To copy changes between Web Interfaces, you can create a new Web Interface based on the settings of the existing one, add and test necessary changes and then replace the Web.config file for the production Web interface with the test one. To do so:
- Launch Adaxes Web Interface Customization tool.
- Expand the Interface type drop-down menu and click New.
- Enter the new Web interface name and select the existing interface to copy settings from.
- Click OK.
- Perform necessary changes in the new Web interface and test them.
- IMPORTANT: Close Adaxes Web Interface Customization tool.
- Copy the Web.config file of the test Web Interface. By default the file is located in folder C:\Program Files\Softerra\Adaxes 3\Web Interface\<interface_name>\, where <interface_name> is the name of the Web interface.
- Navigate to the folder where the Web.config file for the target Web Interface is located.
- Replace the existing file with the one you copied on step 7.