Thursday, December 24, 2015

SharePoint Full Control but Access Denied

Issue: 

User has Full Control on a Sub-Site but when he try to edit any page in this site SharePoint show Access Denied message.


Reason:

User doesn't have access to master page gallery

Solution:

Navigate to Site Collection Settings >> Galleries >> Master pages (http://server_name/_catalogs/masterpage/Forms/AllItems.aspx)


Then to Library Settings >> Select Permissions for this document library

On permissions page check if SharePoint Group "Style Resource Readers" has Read permission (This group contains "NT AUTHORITY\Authenticated Users" )

Monday, December 21, 2015

Only Content controls are allowed directly in a content page that contains Content controls


Error

"PlaceHolderPageTitle" place holder is case sensitive change  <asp:content/> to <asp:Content/>

<asp:Content contentplaceholderid="PlaceHolderAdditionalPageHead" runat="server">

</asp:Content>

Monday, December 15, 2014

JAVA Cheat Sheet

A great reference for the basics you need to know about JAVA, like structure, input/output, data types, and functions. Check out below links





Tuesday, November 04, 2014

Arabic Language Pack for SharePoint 2013 & Service Pack 1

Arabic Language Pack

  • For SharePoint Foundation 2013 - Download )
  • For SharePoint Server 2013 -Download )

Service Pack 1 for Arabic Language Pack 
  • For SharePoint Server 2013 Language Pack (KB2880554) - ( Download )
  • For SharePoint Foundation 2013 Language Pack (KB2880555) - ( Download )

Sunday, March 23, 2014

.NET Framework 4 and 4.5 Global Assembly Cache

Starting with the .NET Framework 4, the default location for the global assembly cache is %windir%\Microsoft.NET\assembly

In earlier versions of the .NET Framework, the default location is %windir%\assembly.