Copy link to clipboard
Copied
Just sharing.
I set up an internal update server following the guide Use the Adobe Update Server Setup Tool (AUSST) for IIS on Windows 10.
The first day, I could install and update Adobe application through the apps tab.
I set up a nightly task to update the internal server (AdobeUpdateServerSetupTool.exe --root="..." --incremental)
The next day, I got a 404 error on the apps tab.
It appears that the Adobe Update Server Tool deleted the "web.config" in the "ACC\services\ffc\icons" folder.
As a workaround, I put all the directives in web.config at the root level with "location" tags.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".dmg" mimeType="file/download" />
<mimeMap fileExtension=".sig" mimeType="application/octet-stream" />
</staticContent>
</system.webServer>
<location path="ACC/services/ffc/icons">
<system.webServer>
<staticContent>
<mimeMap fileExtension="." mimeType="text/xml" />
</staticContent>
</system.webServer>
</location>
<location path="ACC/services/ffc/validation">
<system.webServer>
<staticContent>
<mimeMap fileExtension="." mimeType="text/xml" />
</staticContent>
</system.webServer>
</location>
</configuration>
Hope this will help!
Hi again,
You can simply download it and place it in the mentioned locations use this KB for complete details. - Use the Adobe Update Server Setup Tool (AUSST)
~Rohit
Copy link to clipboard
Copied
Hi all,
mathiasb40321913 Very good catch! Thanks for sharing, that's solve our same issue.
Thanks again,
Christian.
Copy link to clipboard
Copied
Hi mathiasb40321913 and Chre ,
Whenever you perform a fresh sync, web.config gets deleted, because fresh sync deletes everything from the synced folders on the server and creates them again, Which is precisely why we recommend incremental sync and not fresh each time
~Rohit
Copy link to clipboard
Copied
Re,
rpandita : we have made an incremental sync, not an fresh sync. And whenever, we've lost our web.config file.
And when it was deleted, how can we recreate it? For us, we have restore file from previous backup.
Thanks for informations.
Copy link to clipboard
Copied
Hi again,
You can simply download it and place it in the mentioned locations use this KB for complete details. - Use the Adobe Update Server Setup Tool (AUSST)
~Rohit
Copy link to clipboard
Copied
Hi rpandita
Ok, thanks, I found the link for download web.config file in your AUSST documentation.
Copy link to clipboard
Copied
I have lost my web.config file also, and I am not able to find this download link everyone is mentioning. Can you please direct me to where it is located in the guide?
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more