Hi, new to DotNetNuke, but used it to set up a website. I also want to have other, unrelated asp.net apps on the same server, running in virtual directories. The problem I have is that when I try and open my asp pages, the system is first loading the web.config file from the parent directory (in other words the DotNetNuke directory). It then falls over with a parser error message of '?':
<httpModules>
Line 46: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" />
I'm guessing maybe I need to move DotNetNuke into a virtual folder too, so it's not in the wwwroot? Is there another way to set this up to work without having to do that? I'm just concerned this will cause more problems, the main site is working fine and I don't really want to affect that, but I do also need to be able to have other non DotNetNuke related asp.net systems on the same server.
Any help greatly appreciated, sorry if this is basic stuff or has been covered elsewhere, as I say it's pretty new to me and none of the books I have seem to cover this!
Thanks,
Dale.