If you install IIS 8 on Windows 8 you might experience this problem.
To resolve this:
Run cmd as Administrator, type:
cd C:\Windows\System32\InetSrv
Run both commands:
appcmd unlock config -section:system.webServer/handlers
appcmd unlock config -section:system.webServer/modules
That 's it
To resolve this:
Run cmd as Administrator, type:
cd C:\Windows\System32\InetSrv
Run both commands:
appcmd unlock config -section:system.webServer/handlers
appcmd unlock config -section:system.webServer/modules
That 's it