Access denied

Due to the change of operations service provider, our intranet didn't work no more.
All our computers are registered in a new domain and all users have new usernames.

Our intranet showed the error below saying "Access denied". I tried to change access rights
in web.config to the new domain groups and change access rights in Episerver admin to the new groups but nothing it didn't work.

The resolution was to delete all old history of previous access rights and add "[domain]\Domain Users" instead to inherit to all subpages.

The conclusion is that when access rights is corrupted it's best to start from scratch and add new user rights.


Error message:

Access denied

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: EPiServer.Core.AccessDeniedException: Access denied

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[AccessDeniedException: Access denied]
   EPiServer.PageBase.GetPage(PageReference pageLink) +242
   EPiServer.Web.WebControls.PageTreeData.GetExpandedPages(PageReference pageLink) +191
   EPiServer.Web.WebControls.PageTreeData.get_OpenPages() +101
   EPiServer.Web.WebControls.PageTreeData.get_OpenTopPage() +57
   EPiServer.Web.WebControls.MenuList.CreateChildControls() +318
   EPiServer.Web.WebControls.PageTreeData.DataBind() +269
   Baktrappa.Templates.baktrappa.units.GlobalMenu.OnLoad(EventArgs e) +272
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

Legg inn en kommentar