Last modified by Sabrina V. on 2026/03/04 13:32

From version 5.1
edited by Sabrina V.
on 2025/12/16 07:47
Change comment: There is no comment for this version
To version 7.1
edited by Sabrina V.
on 2026/03/04 12:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -55,6 +55,11 @@
55 55  
56 56  IIS is included as an additional Windows component by default, but must be installed in advance in order to be used. The following section therefore explains the installation of IIS for the following Windows Server versions: IIS 10: Windows Server 2016, Windows Server 2019 and Windows Server 2022.
57 57  
58 +{{box}}
59 +**Tip: Loading times in the Web Interface**
60 +Loading times in the Web Interface can sometimes be very long, which may affect your workflow. Check the Internet Information Services (IIS) Manager to see how the start mode is set for this.
61 +You can access it as follows: Open the IIS Manager and select your server in the right-hand navigation pane. Then click on “Application Pools” and select the entry "ACMPWebInterfaces" from the list. Now right-click to open the advanced settings and check the start mode in the //General //section. This should be set to “AlwaysRunning”.
62 +{{/box}}
58 58  
59 59  = Configurations in the ACMP Console =
60 60  
... ... @@ -73,7 +73,6 @@
73 73  {{/aagon.warnungsbox}}
74 74  
75 75  
76 -
77 77  == 2. Enable Web Interface ==
78 78  
79 79  In the settings, open //Web Interface// > //General//. Enable the checkbox //Helpdesk Web Interface is active// and save the configuration via the ribbon bar.
... ... @@ -92,11 +92,13 @@
92 92  
93 93  
94 94  
95 -= Updating the web interfaces =
99 += Updating the Web Interfaces =
96 96  
97 -After installing an ACMP update, it may be necessary to update the web interface for the helpdesk. When patching to a new ACMP version, all solutions that you have installed are usually updated and upgraded. One exception is the web interface, as it is a standalone application. Therefore, if an ACMP update affects the web interface, it must also be updated. You can find out whether an update is required and necessary in the respective [[Release Notes>>https://www.aagon.com/produkte/ueberblick/release-notes-acmp/]].
101 +After installing an ACMP update, it may be necessary to update the Web Interface for the helpdesk. When patching to a new ACMP version, all solutions that you have installed are usually updated and upgraded. One exception is the web interface, as it is a standalone application. Therefore, if an ACMP update affects the web interface, it must also be updated. You can find out whether an update is required and necessary in the respective [[Release Notes>>https://www.aagon.com/produkte/ueberblick/release-notes-acmp/]] and also in the installation instructions during the console update. The wizard will provide you with info on whether the Web Interface is also listed as an affected component.
98 98  
103 +[[Excerpt from the installation instructions (Web Interface update required)>>image:69_Web Interface Update_956.png]]
99 99  
105 +If an update is necessary, open //WebSetups.msi// (C:\Program Files (x86)\Aagon\ACMP Server\Clients\WebInterfaceSetup) and follow the steps to update the version to match that of the ACMP Console. The update is now complete.
100 100  
101 101  == Procedure for reinstalling the Web Interface ==
102 102  
... ... @@ -132,19 +132,17 @@
132 132  
133 133  {{/code}}
134 134  
141 +== Special cases in Web.config (helpdesk web interface configuration file) ==
135 135  
143 +Some settings can be configured via the ‘Web.config’ (see above). Changes can be made primarily under <appSettings>. This includes, for example, the following setting:
136 136  
137 -== Special case in web.config (helpdesk web interface configuration file) ==
138 -
139 -The following additional setting is available in web.config (see above):
140 -
141 141  {{code}}
142 142  <add key="HttpsHyperlinkCustomFieldsPrefix" value="true"/> - Default: True
143 143  {{/code}}
144 144  
145 -If this row is not displayed, you can insert it under <appSettings>.
149 +[[Inserted row>>image:69_Web Interface_Config Datei.png||alt="69_Web Interface_Sonderfall Config Datei_758.png"]]
146 146  
147 -[[Inserted row>>image:69_Web Interface_Sonderfall Config Datei_758.png]]
151 +__Tip__: If this row is not displayed, you can insert it under <appSettings>.
148 148  
149 149  If the option is set to ‘True’, the hyperlink addresses of the CustomFields of the type //Hyperlink// that do not have an HTTP or HTTPS prefix are automatically assigned HTTPS in the Web Interface so that they can be accessed:
150 150  
... ... @@ -162,8 +162,19 @@
162 162  
163 163  {{/code}}
164 164  
165 -The update is now complete.
169 +In addition, you can specify in Web.config whether the first element of the information and login page should always be opened when loading or not. With ACMP version 6.9.2, you have the option of configuring this area and specifying whether the element is expanded (default) or not.
170 +
166 166  
172 +{{code}}
173 +<add key="InfoListOpenFirstItem" value="true"/>
174 +<add key="InfoListLoginOpenFirstItem" value="true"/>
175 +
176 + </appSettings>
177 +
178 +{{/code}}
179 +
180 + The setting ‘InfoListOpenFirstItem’ specifies the default for the information page, while the row ‘InfoListLoginOpenFirstItem’ overrides this for the login page, where the user first logs in. The following possible values apply to both: The value ‘True’ means that the top (first) element is expanded, and ‘False’ means that it is collapsed (on both the information and login pages).
181 +
167 167  {{aagon.infobox}}
168 168  The settings and configurations in web.config are retained during an update. To save all continuing individual settings of the Web Interface, such as customised and modified graphics or texts, you must create a backup and import it after updating the Web Interface!
169 169  {{/aagon.infobox}}
© Aagon GmbH 2026
Besuchen Sie unsere Aagon-Community