Product | Ares |
Version | 5.0 |
Ticket | N/A |
KB Permissions | Public |
Note: These instructions are for self-hosted Ares sites experiencing errors after performing the Ares 5.0 server update.
Some sites are encountering an issue with the Ares Web Service after performing the Ares 5.0 server update released on March 1st, 2022. This issue causes the Web Service to respond with Internal Service Errors for all requests and can be fixed as follows:
- Open the Ares Web Service Web.config file (default location: C:\Ares\Web\WebService\Web.config) in a text editing application such as Notepad++
-
Find the section of the file that includes the following text:
<dependentAssembly>
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.8.0" newVersion="2.0.8.0" />
</dependentAssembly> -
Change this text to read:
<dependentAssembly>
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.14.0" newVersion="2.0.14.0" />
</dependentAssembly> - Save your changes to the Web.config file
- Restart the IIS service