Link to home
Start Free TrialLog in
Avatar of Dwight Crane
Dwight CraneFlag for United States of America

asked on

Web app won't load 500.21 error

Svr2008R2 w/ IIS7. Brand new machine, fully updated and this is the first website we are trying to build.  I pasted the error message below. I can't seem to fix this issue.

Error Summary
HTTP Error 500.21 - Internal Server Error

Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list

Detailed Error Information
Module
IIS Web Core

Notification
ExecuteRequestHandler

Handler
PageHandlerFactory-Integrated

Error Code
0x8007000d

Requested URL

http://localhost:80/Sockeye/default.aspx

Physical Path

C:\inetpub\wwwroot\Sockeye\default.aspx

Logon Method - Anonymous
Logon User - Anonymous
Avatar of tobyweston
tobyweston

Re register the .NET framework with:

%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe –i

Version will be replaced with that you have installed on the computer.

Alternatively you can do a silent repair using:

%windir%\Microsoft.NET\Framework\v4.0.30319\SetupCache\Client\setup.exe /repair /x86 /x64 /ia64 /parameterfolder Client /q /norestart
Avatar of Dwight Crane

ASKER

Nope. I tried the first one, nothing changed... I tried the 2nd  (copy paste) and it came back with System cannot find the path specified. fyi, i did restart Web Pub service after each
ASKER CERTIFIED SOLUTION
Avatar of tobyweston
tobyweston

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
WOOT! Thanks