Web Page/HTTP Error 500.19 - Internal Server Error

<< Click to Display Table of Contents >>

Navigation:  Help > Installation >

Web Page/HTTP Error 500.19 - Internal Server Error

Step 1

When inputting http://<Server>/wService/wService3.DeviceService.svc/TestDatabase the following error occurs:

error 500.19 1

Step 2

When inputting http://<Server>/RMS/TestDatabase.aspx the following error occurs:

error 500.19 2

Step 3

When inputting http://<Server>/RMS/Login.aspx the following error occurs:

error 500.19 3

Step 4

The issue is that the IIS is not >V10. To solve the issue there are two solutions, either update the IIS or follow the steps below.

Step 5

Open C:\inetput\wwwroot\rms\240.23070\wPage\web.config.

error 500.19 5

Step 6

Search and remove the following text:

 

<security>

<requestFiltering removeServerHeader="true" />

</security>

 

error 500.19 4