Reputation: 11
This Bonobo server version is 6.3.0.
I did everything: IIS, IIS_IUSRS rights to the App_Data folder, etc.
But why isn't the UI applied?
What's the problem?
Upvotes: 0
Views: 881
Reputation: 261
Bonobo Git Server doesn’t serve CSS This is a common issue for Windows 8 users, please see the topic. The solution is simple:
Go to Turn windows features on or off screen Navigate IS -> WWWS -> Common HTTP Features Tick Static Content
Upvotes: 0
Reputation: 1323115
Check with a browser debugger (Chrome dev tools for instance) what exact file is missing.
In your case, it could be a CSS or theme problem (as in Bonobo-Git-Server issue 139)
web.config
found in the root of the project, with compilation debug="true" targetFramework="4.5"
(this is from 2014, so the targetFramework version might have changed)Upvotes: 1