HTTP Error 500.19 - Internal Server Error
Question / Problem
HTTP Error 500.19 - Internal Server Error
Answer / Solution
Possible Reason: ASP.NET 4.7.2 has not been enabled in the 'Windows Features' underneath the 'Internet Information Service (IIS)'. This is a known issue on Windows Server 2012. Please activate ASP.NET 4.7.2 in the 'Windows Features' underneath the entry 'Internet Information Service (IIS)':
- Open the Server Manager.
- On the dashboard use the entry 'Add Roles And Features'.
- Click on 'Server Selection'.
- Click on 'Server Roles'.
- Navigate to 'Web Server (IIS)' > 'Web Server' > 'Application Development' and activate 'ASP.NET 4.7.2'.
- In the next dialog all dependent features will be shown. Press 'Add Features'.
- After the installation press the button 'Close' and try to execute the SpaceObServer Web Access in the browser again.