I am having one strange issue:
SharePoint Site is showing Blank white page on Contribute, Edit, Full Control permissions (Except Read), in Read permission user is able to access and can see everything on SharePoint Site.
Nothing found in logs.
In developer tools, Network tab it's showing below three lines:
http://abc.com/sitename/Documents/Forms/AllItems.aspx
/favicon.ico
http://abc.com/favicon.ico?RedirectFromIntranet=true
Randered page showing:
<html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"><meta name="Robots" content="NOINDEX " /></head><body></body><script type="text/javascript">
var gearPage = document.getElementById('GearPage');
if(null != gearPage)
{
gearPage.parentNode.removeChild(gearPage);
document.title = "Error";
}
</script>
</html>
Anyone having any idea?
Mahi
Mahesh Sinha