gitiisbonobo

Cannot Access local Bonobo Git Server home page on IIS


I installed the Bonobo Git Server for Windows followed all instructions but instead of being redirected to the home page localhost/Bonobo.Git.Server it instead shows the contents of the application see image below. What did I do wrong and how to fix this ?

enter image description here


Solution

  • As sir Lex pointed out I missed a very crucial step in the bonobogitserver.com/prerequisites.

    I forgot to register the MVC framework

    I used the command below and fixed the problem

    Other - Run %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir with administrator privileges