Bonobo Git Server - HTTP Error 500.19 - Code: 0x80070021

6

Is giving this error when accessing the system after installation:

OS: Windows 2012 R2

Full error

git
iis
bonobo
asked on Stack Overflow Oct 29, 2014 by Érycson Nóbrega • edited Jun 20, 2020 by Community

2 Answers

13

I hit the same problem. I believed somehow IIS lost registration of MVC framework. Redo the registration by:

  1. Windows 8+ / Windows Server 2012+ - Windows Features: IIS -> WWWS -> Application Development Features -> ASP.NET 4.5.

  2. Other - Run

    %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir

with administrator privileges

answered on Stack Overflow Aug 16, 2015 by Lywx
1

Problem solved after running:

%windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/modules
answered on Stack Overflow Oct 29, 2014 by Érycson Nóbrega

User contributions licensed under CC BY-SA 3.0