bonobo git 服务器iis安装错误
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 `
我尝试安装基于 bonobo git windows 的服务器,并按照安装指南中的说明进行操作。但是出现上述错误。帮我解决这个问题
您需要将应用程序池更改为 运行 作为 .NET 4.0。您可以在错误中看到当前配置了 .NET Framework 2.0:
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
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 `
我尝试安装基于 bonobo git windows 的服务器,并按照安装指南中的说明进行操作。但是出现上述错误。帮我解决这个问题
您需要将应用程序池更改为 运行 作为 .NET 4.0。您可以在错误中看到当前配置了 .NET Framework 2.0:
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927