Skip to main content

Posts

Showing posts from July, 2010

Required permissions cannot be acquired.

System.Security.Policy.PolicyException: Required permissions cannot be acquired. Error: System.Security.Policy.PolicyException: Required permissions cannot be acquired. Reason: The Trust level may be Mimimal. Solution: 1. Go to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config 2. Open "Web.Config" 3. Find 4. Replace by 5. Save and Exit 6. Open your Sharepoint Website web.Config. 7. Do the steps 3 & 4. 8. Save and Exit

Easily show a Favicon in SharePoint 2010

In SharePoint 2007 we had to mess around with the typical HTML tag for the favicon: In SharePoint 2007 we had to mess around with the typical HTML tag for the favicon: link rel="shortcut icon" href="/Style%20Library/Images/favicon.ico/> But, in SharePoint 2010 there is a special control for adding favicons: sharepoint:spshortcuticon runat="server" iconurl="/Style Library/Images/favicon.ico"/> this control u can find it in Master page in tag but since its a control you can easily use things like $SPUrl to help with the paths.

Differences between Windows SharePoint Services (WSS) and Microsoft Office SharePoint Server 2007 (MOSS)

WSS is included as a part of the Windows Server 2003 whereas MOSS is a separate product.WSS doesn’t have its own licensing model, it is controlled through Windows Server licenses whereas MOSS has it own licensing model that includes both Server-Side as well as client accesses licenses. MOSS includes all the features of WSS and adds its own set of components as services. Additional features that are part of MOSS includes Collaboration Social networking web parts – Colleague Web Part, Colleague Tracking Web Part, In Common Web Part etc. Enterprise search Enterprise content sources Files shares, Web sites, SharePoint sites, Exchange Public Folders, and Lotus Notes databases, more relevant results, people search, business data search.