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

Provides this error when accessing the system after installation:

OS: Windows 2012 R2

Full error

+3


source to share


2 answers


I faced the same problem. I thought IIS had lost the registration of the MVC framework. Repeat registration:

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

  • Other - Run

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



with administrator rights

+7


source


Problem solved after launch:



%windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/modules

      

+1


source







All Articles