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를 아래 이미지와 같이 구성했습니다. 여기에 이미지 설명

도움이 되었습니까?

해결책

IIS8 지원 (Win8 및 2012SVR 사용)이 TFS2012에 추가되었습니다.(TFS2012는 PKGMGR 대신 적절한 기능 목록으로 DISM을 호출합니다). IIS8은 TFS2010 후에 출하되었습니다

다운로드 여기 클라우드 TFS를 사용하는 것을 고려하십시오.이와 같이 무료로 제공됩니다. http://www.visualstudio.com/

옵션이 아니라면 중요하지 않으면 해킹 당할 수 있습니다.그게 사실이라면 오프라인으로 연락하십시오 (IIS8에서 작동하도록 코드를 작성하십시오).그러나 TFS 2012 서버를 여전히 추천합니다.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top