jakubgarfield / Bonobo-Git-Server

Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
http://bonobogitserver.com
MIT License
1.81k stars 603 forks source link

Unable to install bonobo git server 6.3 #792

Closed yashali closed 5 years ago

yashali commented 6 years ago

I have posted this question on stackoverflow.com as well.

https://stackoverflow.com/questions/49272016/bonobo-got-server-6-3-starting-fails I am trying to install a bonobo git server 6.3 on a Windows 2012 r2 machine. I have iis 8.5, installed .Net framework 4.6. I have anonymous auth enabled, iis users have full control on the folder, default app pool on the Bonobo.Git.Server, which is an application under default website, has .NET CLR version 4.0 and pipeline mode integrated, i haven't changed the advanced settings of the bonobo application in iis. Localhost is under trusted sites as well

When i browse this happens :

img_20180314_130443

The log file also indicates the same. What am i doing wrong? Have i missed something?

The last line in the prerequisites is for Windows 10 and not for Windows server 2012,right? I have followed all the steps in the installation guide. But the exception hasn't gone away. Can someone help? The log just says : bonobo starting. And nothing else

yashali commented 6 years ago

15210164806741027220532 This is after turning custom errors off.

willdean commented 6 years ago

I think you should try install .NET 4.6 again, as it looks like this problem:

https://stackoverflow.com/questions/31253747/method-not-found-0-system-array-empty-asapp-bundleconfig-registerbundl

PraveshDev commented 6 years ago

I think you have not done the following : -

convert to application

yashali commented 5 years ago

Thanks!