문제

FARG에서 웹 템플릿 솔루션을 퇴압 할 수 있도록 작성된 사이트와 절대적으로 종속성이없는 웹 템플릿을 배포하고 싶습니다.

웹 템플릿 솔루션 패키지와 생성 된 사이트 모음과 생성 된 사이트 모음 사이에 종속성이 없도록하려면 어떻게해야합니까?

Content를 프로비저닝하려고 시도하고 있습니다. 새 Default.aspx (STS # 0에서 웹 템플리트를 만들고, 마스터 페이지를 추가하고, 목록 인스턴스 추가 및 웹 파트를 추가합니다.

도움이 되었습니까?

해결책

When you create a site using a Web Template there is no dependency from that site to the Web Template that created it, that's one of the major differences between Site Templates and Web Templates.

BUT the Web Template may use custom features which then create a dependency between the Site and the solution(s) containing these features. These dependencies may come from the fact that the features contains <Module> elements which provisions files and the site then becomes dependent on these files existing in the file system as long as the files are uncustomized or they may contain List definitions.

If you want a custom page and master page, but with no dependency to the feature, then you have to create the page and master page using code.

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