SharePoint 2010에 AppGlobal Resources 배포
1811 단어 SharePoint
Provisioning Resource files to your Web Application is very straight forward. All you have to do is to include your Resource file in the Solution using the App_GlobalResourceFile element, for example:
<Solution>
<ApplicationResourceFiles>
<App_GlobalResourceFile Location="MyResource.resx"/>
</ApplicationResourceFiles>
</Solution>
Using the snippet above will copy your resource file to the Web Application’s IIS directory\App_GlobalResources during the deployment process.
Provisioning the Resource files in SharePoint 2010 is even easier if you’re using the new Visual Studio 2010 SharePoint Developer Tools. In such case all you have to do is to add an Empty Element SharePoint Project Item to your project and underneath it add your Resource file. As soon as you do that, the Resource file will allow you set additional property called Deployment Type. In order to deploy the Resource file to App_GlobalResources you have to set the value of the Deployment Type property to AppGlobalResource.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Excel에서 사이트의 목록 목록을 손쉽게 만들기Excel의 OData 연동 기능을 사용하면 비 프로그래밍 방식으로 SharePoint Online 목록을 쉽게 만들 수 있습니다. ※ SharePoint Server 2013, 2016에서도 갈 수 있습니다. 먼저...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.