SharePoint Solutions Software Community Support
Welcome to the SharePoint Solutions Software support forums.
Here you can research answers to your questions, or request support for SharePoint Solutions software products. Our forums are grouped by software product, with two additional groups for free software and general discussion.
To create a topic or reply to an existing topic, sign-up or login.
Browse by Tags
-
<PageParserPaths> <PageParserPath VirtualPath="/*" CompilationMode="Always" AllowServerSideScript="true" IncludeSubFolders="true" /> </PageParserPaths> After adding the above config to my web.config I was able to use my custom masterpage..
-
Site Provisioning Assistant does not provide an out-of-the-box solution to set the site theme. However, this can be done by extending SPA with a custom Provisioning Template. (Extending SPA with Custom Event Handlers) http://help.sharepointsolutions.com/products/spa/webframe.html?Extending_SPA_with_Custom_Event_Handlers...
-
Feature: Site Reporting Excel documents can be produced on a schedule providing basic site information like owner, location, properties, and last accessed date. Feature: Tokens representing User fields are now supported by the Group Configuration Provisioning Template User field tokens can now be used...
-
A Site Group refers to SharePoint Groups associated with a SharePoint site. A Membership Group refers to a role defined by a membership provider (typically SQL Server). This configuration typically occurs when using SharePoint in an extranet scenario with Forms-Based-Authentication instead of using windows...
-
Regarding the installation and configuration of ExCM and the Membership Site Groups option you need to configure SharePoint for Forms-Based-Authentication (FBA). http://software.sharepointsolutions.com/support/knowledge/excm/Pages/excm0003.aspx This is not a trivial task. If you need assistance you can...
-
As I mentioned above a PageParserPath entry in your web.config file will correct this issue. Did you try this option?
-
The provider list is cached for performance. When making changes you need to update the cache if you would like to apply your changes. This information is located at the bottom of this page ... http://software.sharepointsolutions.com/support/knowledge/spa/Pages/spa0015.aspx 'The Provisioning Templates...
-
When using a custom master page you may need a page parser path to allow this type of behavior. http://msdn.microsoft.com/en-us/library/ms562040.aspx
-
This type of error typically occurs when a resource file does not get copied to the correct location by the SharePoint deployment engine. Typically you can force SharePoint to update the resource files with the following command… stsadm –o copyappbincontent However, this command is hit or miss. If that...
-
Load control template file /_controltemplates/WebTemplatePickerControl.ascx failed: The resource object with key 'WebTemplatePicker_SiteSection_Title' was not found. I have a bunch of errors that look like the above. It occurs when the solution is deployed to the web application that I have selected...