Hi,
We are running a dotnetnuke based web-site in our root directory... c:\inetpub\wwwroot. We also have an asp-based webstore and want it to run from /webstore on top of the root folder. so it will be (url)/webstore
The problem is that the webstore has its own web.config, and it looks like the dotnetnuke's web.config is conflicting with it. So when we browse (url)/webstore we get all sorts of dotnetnuke errors, because dotnetnuke is installed in /, not /webstore, and dotnetnuke's web.config is trying to run from /webstore when we browse /webstore.
Sorry if that is confusing... I'm wondering if anyone has ever encountered this sort of issue before, and how to resolve it. If I remove dotnetnuke's web.config, the webstore works fine, but obviously the dotnetnuke site then does not.
I was told by another source that dotnetnuke's web.config would be getting appended to the webstore's, because it is a parent of the webstore in IIS. Therefore, I'm guessing that dotnetnuke stuff is trying to load in addition to the webstore stuff, and problems are arising. If this is the case, is there a way to code the webstore's web.config to ignore or remove all the dotnetnuke stuff that gets appended to it??
Any suggestions (or hacks) to get around the issue would be appreciated.