<< 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: |
Step 2 |
When inputting http://<Server>/RMS/TestDatabase.aspx the following error occurs: |
Step 3 |
When inputting http://<Server>/RMS/Login.aspx the following error occurs: |
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. |
Step 6 |
Search and remove the following text:
<security> <requestFiltering removeServerHeader="true" /> </security>
|