Skip to main content

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

Comments

Popular posts from this blog

SharePoint 2010 Branding: Change site actions and welcome menu arrows

Here's how you can do it. Hide the image and give our custom image element a background image. Look Like: .ms-viewselector-arrow {     background: transparent url('/PublishingImages/images/Arrow.png') no-repeat scroll 0 0;     height: 4px; /* height of the image */     width: 5px; /* width of the image */ } .ms-viewselector-arrow img {     display: none; }