Web.Config Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top