I have nested application as following
RootProject
..Subproject
when navigate a page in subproject , the subproject reads the webconfig for
the root application for within the same project which generated some problem
for me.? what Shoud I do to work around this problem?
Jacek Stawicki - 19 Jul 2005 13:52 GMT
web.config files have hierarchical structure, so to work around your problem
you should overwrite settings in child directory (Subproject)

Signature
C# Dev
> I have nested application as following
>
[quoted text clipped - 4 lines]
> the root application for within the same project which generated some problem
> for me.? what Shoud I do to work around this problem?