Technical support This forum is closed.
Version 1.x > Technical support > BUG: AccessDenied.aspx not found View modes: 
User avatar
Member
Member
wtijsma - 1/20/2005 11:26:12 AM
   
BUG: AccessDenied.aspx not found
When the access is denied to one of the nodes in the CMSDesk, the AccessDenied.aspx page should show up, but gives a 404 error.
it's should load the path /vitsol/cmsdesk/accessdenied.aspx, but instead it tries to load /vitsol/cmsdesk/cmsdesk/accessdenied.aspx

User avatar
Guest
admin - 2/3/2005 3:55:38 PM
   
Re: BUG: AccessDenied.aspx not found
Hi Wiebe,

the accessdenied page is addressed relatively to the application folder ("~/cmsdesk/accessdenied.aspx"). If you have a separate virtual directory on the top of the CMS Desk application, it may result in incorrect path. You can change the path in the Functions.RedirectToAccessDenied method.