Monday, March 26, 2012

Web.Config Question

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?web.config files have hierarchical structure, so to work around your problem
you should overwrite settings in child directory (Subproject)

--
C# Dev

"Raed Sawalha" wrote:

> 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?

0 comments:

Post a Comment