Web Console Shows HTTP Error 500.19 – Internal Server Error

Web Console Shows HTTP Error 500.19 – Internal Server Error

CurrentWare runs using Microsoft IIS(Internet Information Services) and this problem usually occurs when WSUS/Exchange (or web page with similar behavior) is hosted on the IIS.

DynamicCompressionModule and StaticCompressionModule are installed by WSUS/Exchange globally across IIS. They force every Application Pool to use their settings, regardless if it is 64-bit or 32-bit. This can cause the HTTP Error 500.19 – Error Code 0x800700c1.



Solution

Check in the “C:\Windows\System32\inetsrv\config\applicationHost.config” for the following entries within the <modules> section :

<add name="DynamicCompressionModule" lockItem= "true"/>  <add name="StaticCompressionModule"lockItem="true" />
Important note: these entries can also be found in <globalmodules> sections, but the changes are required in the <modules> section.

1. Add a precondition attribute (preCondition=”bitness64″) for these module entries so that they load only in 64bit application pools, i.e.:

<add name="DynamicCompressionModule" lockItem="true" preCondition="bitness64" /> 
<add name="StaticCompressionModule" lockItem="true" preCondition="bitness64" />

NOTE: Please manually type the additional change, as copy and pasting may cause formatting issues and not apply correctly.

2. Save the changes made in the applicationHost.config file.

3. Open a command prompt running as administrator.

4. Type IISreset and press Enter.

You should now be able to open the Web Console and log in.


    • Related Articles

    • Web Console Shows HTTP Error 500.31 – ANCM Failed to Find Native Dependencies in IIS

      CurrentWare runs using Microsoft IIS(Internet Information Services) and this problem usually occurs when the PC or Server fails to properly install some of the IIS dependencies. To test if your Server is having this issue you can check through the ...
    • Web Console Shows HTTP Error 503 – Service Unavailable

      CurrentWare runs using Microsoft IIS(Internet Information Services) and this problem usually occurs when Exchange (or web page with similar behavior) is hosted on the IIS. Verifying & Solution To verify that this issue is occuring: Open both the ...
    • Web Console Login Issues

      When the CurrentWare Web Console is not configured properly, you will encounter the error message "Error connecting to the server." Here are some recommendations for fixing your login issues. 1. Clear your Browser Cache 2. Fix your Web Console ...
    • Troubleshoot Web Console Issues

      If you are having issues with your Web Console, this page will give you a rundown of the various troubleshooting steps that can help solve your individual issue. Sections Login Issues Unable to create/delete/rename or change from PC to User mode I ...
    • Securing Web Console with a HTTPS Certificate

      Binding a HTTPS certificate to your CurrentWare Server will allow your administrators to securely access the CurrentWare Web Console using HTTPS protocol. For your convenience, the installer comes pre-shipped with a CurrentWare SSL certificate called ...