Can anyone help me with this DNN installation error?
Parser Error Message: The code subdirectory '/DNN_511_Work/App_Code/HTML/' does not exist.
Source Error:
Line 110: -->
Line 111: <codeSubDirectories>
Line 112: <add directoryName="HTML" />
Line 113: </codeSubDirectories>
Line 114: </compilation>
Source File: C:\DotNetNuke Sites\DNN_511_Work\web.config Line: 112
Some of the forums suggest some work-arounds, but I'm trying to understand the problem and a find a more professional solution.
I am using SQL Server 2008 Developers edition with XP Developer. Both have all the current updates.
I am installing DNN 5.1.1
I suspect that it is a permissions problem, but it didm't show up when I installed using SQL Server Express.
In fact, in the Express installation, the App_Code directory doesn't have a HTML directory.
I would really like to understand what's going on, and perhaps change the installation script, or change and document the installation instructions.