Skip to main content
Answer

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

  • December 8, 2020
  • 2 replies
  • 1098 views

Forum|alt.badge.img+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.

Best answer by Mark Jongeling

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

This topic has been closed for replies.

2 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • Answer
  • December 8, 2020

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


Forum|alt.badge.img+7
  • Author
  • Captain
  • December 9, 2020

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