I have been trying to install Bonobo Git server on windows 7 as a local server. I installed ASP.NET MVC4 enabled IIS. However, when I try to load the url
http://localhost/Bonobo.Git.Server/Home/LogOn
,
I just get a white screen. When I try the url
http://localhost/Bonobo.Git.Server/
,
I get this url
http://localhost/Bonobo.Git.Server/Home/LogOn?returnUrl=%2FBonobo.Git.Server%2FHome
Any one know what this could be about. I suspect redirection issues but have no idea how to fix it.
Thanks