Error: HTTP Error 500.21 - Internal Server Error

Error: HTTP Error 500.21 - Internal Server Error

Error:
HTTP Error 500.21 - Internal Server Error
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list


Solution:
This error points to .NET 4.0 not fully being installed. To resolve this issue run the following command at the command prompt. Ensure to run the command prompt as admin.

%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i


If I had been on a 32 bit system, it would have looked like the following:

%windir%\Microsoft.NET\Framework\v4.0.21006\aspnet_regiis.exe -i
    • Related Articles

    • Error: HTTP Error 500.19 - Internal Server Error

      Error: HTTP Error 500.19 - Internal Server Error Solution: If FOS Mobile is being installed on a Windows 2016 Server using IIS 10 ensure the below Application Development Roles have been installed. Also ensure that there is not another web.config on ...
    • Error: The request failed with HTTP Status 302: Redirect

      Error: The request failed with HTTP Status 302: Redirect Solution: 1. Ensure you are entering the correct Host URL into the device. URL must match in regards to HTTP or HTTPS. 2. Are you on FOS Version 3.11.3 or higher? In 3.11.3 this version of ...
    • Error: HTTP Error 404.2 - Not Found when Trying to Run the Web Test

      Error: HTTP Error 404.2 - Not Found The page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web Server. Solution: 1. Open the IIS Manager and select the server name. From the features view select ...
    • Error: Server Error in '/' Application.

      Error: Server Error in '/' Application. Solution: A new site binding will need to be added to support type https for port 443 with the SSL certificate. Below is a sample screenshot:
    • Error: HTTP Error 403.4 - Forbidden: SSL Is Required To View This Resource

      Error: HTTP Error 403.4 - Forbidden: SSL Is Required To View This Resource is received when navigating to the Web Test for FOS Mobile from IIS Solution: This means that SSL is enabled for the FOSMobileWS site. 1. To remove, select the FosMobileWS ...