Deploying resources to the App_GlobalResources directory of a web-application
If you ever asked yourself how to get your resources-files (resx) into the App_GlobalResources so they can be used inside your custom aspx-pages like all “default SharePoint pages” in the LAYOUTS-folder do <asp:Literal runat="server" Text="<% $Resources:wss,Title; %"> /> STSADM is your helper! Simply deploy your solution and in your manifest specify that your resource-files will [...]
- October 13th
- No Comments