Hello All,
I have a DNN site running on Server with IIS 6. I have a second ASP.NET application (non DNN) that is in a Virtual directory in the same IIS default Website.
It all works except that randomly the non DNN ASP.NET application stops working.
I get the following error when I access the application from the server.
Server Error in '/NonDNNWebAPP' 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 '/NonDNNWebAPP/App_Code/HTML/' does not exist.
Source Error:
Line 107: -->
Line 108: <codeSubDirectories>
Line 109: <add directoryName="HTML" />
Line 110: <add directoryName="Survey" />
Line 111: </codeSubDirectories>
Source File: C:\Inetpub\wwwroot\DotNetNukeWebsite\web.config Line: 109
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
The error message is correct '/NonDNNWebAPP/App_Code/HTML/' does not exist. however '/DotNetNukeWebsite/App_Code/HTML/' does
Any ideas?
Regards,
Chris