I get an intermitent issue with new pages on my DotNetNuke site. The error message is at the bottom of this post. I created a new page called "controlpanel" and it looks like DotNetNuke is expecting a directory at 'controlpanel/App_Code/Reports/' which doesn't exist. The url for the page is:
http://www.jonte.co.uk/ControlPanel/tabid/123/Default.aspx
and when I change the url to the following it shows the page:
http://www.jonte.co.uk/tabid/123/Default.aspx
I believe deleting the page and creating a new one will fix it. Has anyone else encountered this?
Server Error in '/controlpanel' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The code subdirectory '/controlpanel/App_Code/Reports/' does not exist.
Source Error:
Line 90:
Line 91: <codeSubDirectories>
Line 92: <add directoryName="Reports" />
Line 93: <add directoryName="Survey" />
Line 94: </codeSubDirectories>
Source File: E:\webroot1\jonte1982\jonteowner\jonte.co.uk\www\web.config Line: 92
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832