I have had ML8.0 running for some time in a subdirectory (website.com/d).
However I just installed DotNetNuke (the regular version, notASPDNSF) in the root, and now when I go to my aspdnsf installation in the "d" subdirectory I get this error message:
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 '/d/App_Code/HTML/' does not exist.
Source Error:
Line 110: -->
Line 111: <codeSubDirectories>
Line 112: <add directoryName="HTML" />
Line 113: </codeSubDirectories>
Line 114: </compilation>
Any idea how to correct this?