Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

git

iis

bonobo

Is giving this error when accessing the system after installation:

OS: Windows 2012 R2

Full error

like image 599
Érycson Nóbrega Avatar asked Oct 29 '14 14:10

Érycson Nóbrega


2 Answers

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

like image 59
Lywx Avatar answered Oct 16 '22 23:10

Lywx


Problem solved after running:

%windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/modules
like image 1
Érycson Nóbrega Avatar answered Oct 16 '22 23:10

Érycson Nóbrega