2014-02-26 126 views
3

我已經在Windows Server 2012R2上爲Visual Studio 2010安裝了TFS。 ISS已經配置了IIS 6兼容性,靜態內容壓縮和Windows身份驗證。但應用程序層配置具有以下錯誤對於Windows Server 2012 R2上的TFS 2010,應用程序層配置失敗

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 description here

回答

5

支持IIS8(Win8的和2012Svr使用)在TFS2012加入失敗。 (TFS2012調用適當的功能列表而不是pkgmgr)。 IIS8 shipped after TFS2010

它是可供下載here

也可以考慮使用雲TFS。它是免費的,並避免這樣的東西:http://www.visualstudio.com/

如果這不是一個選項,它是至關重要的,我相信它可以被黑客入侵。如果是這種情況,請與我聯繫(我寫了代碼以使其與IIS8一起使用)。但是,我仍然推薦TFS 2012服務器:)

+0

感謝您的回答。我使用Visual Studio 2010和Visual源代碼安全的項目。我想遷移到TFS。可以在VS2010中使用TFS2012嗎? – rinesh

+1

TFS 2012實際上有一個源安全的遷移向導。安裝後進入管理控制檯,並有一個鏈接來安裝它。 VS2010在TFS2012上運行良好。 – bryanmac

+0

這裏有一個鏈接:http://msdn.microsoft.com/en-us/library/ms253060.aspx – bryanmac

相關問題