Sorry, you don't have access to this page

Posted: Monday 15 September 2014 by Khalid Ameerodien in
0

So I had this weird problem. Any new site collection or subsite we created even as the system account would give us the above error. Although we could navigate the site but we could not activate the publishing features or navigate to the landing page. I went scratching in the web.config and noted the following from a working environment vs the broken one:

Broken Web APP
<add key="aspnet:AllowAnonymousImpersonation" value="true" />

Working Web APP
<add key="aspnet:AllowAnonymousImpersonation" value="false" />

I made this change and all was sorted

0 comments: