Web.Config read from the GAC
I have an application which is a WebService. This Webservice references assemblies in the GAC.
Both assemblies (WS and GACed) are attempting to read the Web.Config to get configurationSettings (ConfiguratiuonSettings.AppSettings[xyz])
However the assemblies in the GAC do not read the Web.Config.
This I presume is because the assembly directory is not the same as the one which the Web.Config is in.
My question is, is there a way around this so that the assemblies in the GAC can read the Web.Config.
Thanks
Miles Baker
|