0
    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 ベースのサーバーをインストールしようとしましたが、インストール ガイドに記載されているとおりに実行しました。しかし、上記のエラーが発生します。これを解決するのを手伝ってください

4

1 に答える 1

0

.NET 4.0 として実行するには、アプリ プールを変更する必要があります。エラーで、.NET Framework 2.0 が現在構成されていることがわかります。

バージョン情報: Microsoft .NET Framework バージョン:2.0.50727.4927; ASP.NET バージョン:2.0.50727.4927

于 2015-03-10T19:27:10.253 に答える