cliffnelson
08-14-2008, 01:13 AM
background
I have a hosting account with an ASP.NET 2.0 application with web.config at the root level,
I have added DotNetNuke in a subdirectory that has been installed as an application via control panel and has a web.config in the subdirectory.
If web.config at the root level is present, the root level app runs fine, but DotNettNuke fails with web.config compile errors,
If I remove (rename) web.config at the root level, DotNetNuke sees its web.config file and runs fine.
the parse error message is always referring to the same location
E:\web\myhealthweb\htdocs\web.config
regardless of which web.config is actually in play.
How can I configure the system to see each web.config correctly?
thx,
Cliff Nelson
I have a hosting account with an ASP.NET 2.0 application with web.config at the root level,
I have added DotNetNuke in a subdirectory that has been installed as an application via control panel and has a web.config in the subdirectory.
If web.config at the root level is present, the root level app runs fine, but DotNettNuke fails with web.config compile errors,
If I remove (rename) web.config at the root level, DotNetNuke sees its web.config file and runs fine.
the parse error message is always referring to the same location
E:\web\myhealthweb\htdocs\web.config
regardless of which web.config is actually in play.
How can I configure the system to see each web.config correctly?
thx,
Cliff Nelson