Vistas:

Question:
I get an “500 Internal Server Error”. What can I do to prevent this?

Answer:
This means that no value for 'InternalSettingsServiceAddress' was found.

To resolve this please do following:

  1. Navigate to ‘C:\Program Files (x86)\DocuWare\Web\Settings’
  2. Open the file ‘DWWebAdmin.settings‘
  3. Find <add key="InternalSettingsServiceAddress" value=""/>
  4. Change the value to 'http://localhost/DocuWare/Settings/SettingsService.svc’.
  5. After that, please restart the DocuWare Services.

Example:
<add key= "InternalSettingsServiceAddress" value="http://localhost/DocuWare/Settings/SettingsService.svc"/>