I have a .Net web service solution set up and it has about 8 projects within the solution. One of the projects is the main host project and it contains the web.config that I wish to use for the solution configuration. I'm wondering how System.Configur ation.Configura tionManager knows how to look in this config file for settings as it currently does not seem to look in here..
How does System.Configuration.ConfigurationManager know what web.config to use?
Collapse
X
Comment