Solved

HTTP Error 500.19 - Internal Server Error running Universal GUI caused by setting requestFiltering removeServerHeader="true"

  • 8 December 2020
  • 2 replies
  • 1013 views

Userlevel 2
Badge +7

Since some versions we have a problem with the Universal GUI after updating. The setting "requestFiltering removeServerHeader = true" in the web.config file causes a 500.19 HTTP error when starting the Universal GUI.
If we remove the lines below from web.config, the problem is gone.

     <security>
       <requestFiltering removeServerHeader = "true" />
     </security>

 

The problem is also present with the most recent update.

icon

Best answer by Mark Jongeling 8 December 2020, 11:18

View original

This topic has been closed for comments

2 replies

Userlevel 2
Badge +7

Okay Mark. Thanks for clearing this up. At the moment we’re not using IIS version 10.0, so that's causing our problem.

Userlevel 7
Badge +23

Hi Marc,

In IIS 10.0 the attribute has been added. Are you using IIS 10.0 or above? If not, you should upgrade to it to be able to use this attribute.

 

Kind regards,
Mark Jongeling