Search code examples
asp.netgitiisbonobo

bonobo git server iis installation error


    Server Error in '/Bonobo.Git.Server' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.

Source Error:


Line 68:       </namespaces>
Line 69:     </pages>
Line 70:     <compilation debug="false" targetFramework="4.5" />
Line 71:   </system.web>
Line 72:   <system.webServer>


Source File: C:\inetpub\wwwroot\Bonobo.Git.Server\web.config    Line: 70

Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927   `

I tried to install the bonobo git windows based server and did as they said in the install guide. But getting the above error . help me solving this


Solution

  • You need to change the app pool to run as .NET 4.0. You can see in your error that the .NET framework 2.0 is currently configured:

    Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927