Showing posts with label IIS. Show all posts
Solved: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
It turns out that this is because ASP.Net was not completely installed with IIS even though I checked that box in the "Add Feature" dialog. To fix this, I simply ran the following command at the command prompt
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe.
How to resolve “HTTP Error 500.19 - Internal Server Error” on IIS

Error:
HTTP Error 500.19-Internal Server ErrorThe requested page cannot be accessed because the related configuration data for the page is invalid.
Solution:
Step 1:
Start Visual studio command prompt as an administrator as shown in the.