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

巧了我就是萌 提交于 2019-12-06 00:58:36

问题


Is giving this error when accessing the system after installation:

OS: Windows 2012 R2


回答1:


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




回答2:


Problem solved after running:

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


来源:https://stackoverflow.com/questions/26633346/bonobo-git-server-http-error-500-19-code-0x80070021

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!