-
Hi, After restoring the database you will need to grant the following permissions/roles to the user account that Community Server will use to access the database. dbo aspnet_Membership_BasicAccess aspnet_Membership_FullAccess aspnet_Membership_ReportingAccess...
-
Wherever you find a WeblogPostData control rendering the FormattedBody property, such as: <CSBlog:WeblogPostData Property="FormattedBody" runat="server" /> you can change it to <CSBlog:WeblogPostData Property="Excerpt"...
-
In the communityserver.config file. Locate the <gallery> section. Change enableDataStoreStorage="true" to enableDataStoreStorage="false" Locate the <weblog> section. Change enableDataStoreStorage="true" to enableDataStoreStorage...