E
Erik J Sawyer
Is there any documentation on using config files with
multiple assemblies?
For example, I have a class library installed to the
GAC. This is then used in several ASPX pages. If the
class library requests settings from a config file, whose
will it get:
- the app.config that was built with the library (but
doesn't appear to have been installed to the GAC)
- the web.config of the calling application
or
- the machine.config file
???
Thanks,
Erik J Sawyer
multiple assemblies?
For example, I have a class library installed to the
GAC. This is then used in several ASPX pages. If the
class library requests settings from a config file, whose
will it get:
- the app.config that was built with the library (but
doesn't appear to have been installed to the GAC)
- the web.config of the calling application
or
- the machine.config file
???
Thanks,
Erik J Sawyer