Cannot open log for source ‘Custom_Web_Part’. You may not have write access

In a SharePoint site, When I logged in as an administrator, all pages accessed successfully. But as a regular user it scolded me with Access denied Error 🙂 Enabled the stack trace and Turned off custom error message page to get the actual error. Error detail: System.ComponentModel.Win32Exception: Access is denied. Below it,…

Read more

Fix “You may be trying to access this site from a secured browser on the server. Please enable scripts and reload this page.”

Internet explorer displays the message at top “You may be trying to access this site from a secured browser on the server. Please enable scripts and reload this page.”? Fix: This is because Internet Explorer Enhanced Security Configuration. So simply disable IE ESC to fix this issue. Go to Start >> Administrative…

Read more

Fix for SharePoint Datasheet Error: The list cannot be displayed in Datasheet view for one or more of the following reasons

When I try to open a SharePoint 2010 list in Datasheet View, It scolded me by throwing below error: The list cannot be displayed in Datasheet view for one or more of the following reasons:    – A datasheet component compatible with Microsoft SharePoint Foundation is not installed.    – Your Web…

Read more

How to Enable Anonymous Access in SharePoint?

How to enable anonymous access in SharePoint? To Enable Anonymous access in SharePoint 2010, We need to do the change in Central admin & Site collection: Step 1: Enable Anonymous Access in Central Administration: Go to: Central Administration > Application Management > Manage Web Applications, and Select your web application by highlighting…

Read more

Page Redirect using CEWP JavaScript in SharePoint

There are some situations, where we need to place re-directs in SharePoint pages. OK.. How to do that? How to redirect a SharePoint page? Simple! We can redirect using content editor web part in SharePoint. Just add a content editor web part, and place the below JavaScript code: This will redirect to…

Read more