Windows Server 2012 R2上のTFS 2010に対してアプリケーション層構成が失敗しました

StackOverflow https://stackoverflow.com//questions/22040827

質問

Windows Server 2012R2上のVisual Studio 2010にTFSをインストールしました。ISSはすでにIIS 6の互換性、静的コンテンツ圧縮、およびWindows認証で設定されています。しかし、アプリケーション層の設定は次のエラーで失敗しました

Error   [ Application Tier ] TF255120: Compatibility mode for Internet Information Services (IIS) 6.0 is not enabled. Team Foundation Server requires this on this operating system.
Error   [ Application Tier ] TF255456: You must configure Internet Information Services (IIS) to use the Static Content component. Team Foundation Server requires the Static Content component in IIS.
Error   [ Application Tier ] TF255397: Windows Authentication has not been configured as a role service in Internet Information Services (IIS). Team Foundation Server requires that Windows Authentication is installed as one of the role services in IIS.
Error   [ Application Tier ] TF255397: Windows Authentication has not been configured as a role service in Internet Information Services (IIS). Team Foundation Server requires that Windows Authentication is installed as one of the role services in IIS.
Error   [ Application Tier ] TF255397: Windows Authentication has not been configured as a role service in Internet Information Services (IIS). Team Foundation Server requires that Windows Authentication is installed as one of the role services in IIS.
.

私は以下の画像のようにIISを構成しました Enter Image説明

役に立ちましたか?

解決

IIS8のサポート(Win8と2012svrの使用)をTFS2012に追加しました。(TFS2012はPKGMGRの代わりに適切な機能リストで呼び出します)。 TFS2010 の後に出荷されたIIS8。

ダウンロード可能です。

クラウドTFSの使用も検討します。それは無料で、このようなものを避けます: http://www.visualstudio.com/

それがオプションではなく、それが重要であるならば、私はそれがハッキングされることができると思います。それが事実であるならば、私にオフラインに連絡してください(私はIIS8と仕事をするようにコードを書きました)。しかし、私はまだTFS 2012サーバーをお勧めします:)

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top