gitiisiis-7.5bonobo

Bonobo Git Server Configuration : HTTP Error 500.19 - Internal Server Error at line 53


I am trying to configure Bonobo Git server on a Windows 7 machine followed all the instructions but is encountering a HTTP Error 500.19 at line 53.

I know there is a similar question here but I tried the accepted answer there and still encountering the same issue.

Below is the screenshots of my settings I even ran the command on the accepted answer

DETAILED ERROR PAGE

THE ACCEPTED ANSWER SOLUTION HANDLER MAPPINGS READ/WRITE

THE ACCEPTED ANSWER COMMAND LINE SOLUTION

I FOLLOWED THE INSTRUCTIONS MADE SURE THE APPLIATION POOL RUNNING ON V4


Solution

  • Your error message indicates that the <modules> tag is locked, while the linked thread is for <handlers>. Thus, you should revise the command to unlock the proper tag by replacing the "handlers" part in the command with "modules",

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

    Pay attention to every details in the error page please, as it is really the most important part of such troubleshooting.