Class Library Reading from .config files

  • Thread starter Thread starter Makarand
  • Start date Start date
M

Makarand

Hi all

I have one doubt abt class library(.dll)
I want my .dll to read from the config files and client
should able to edit the config files. How should I do
this, since this would be dome different .config file
than the one that is generated in project (web.config,
app.config)

Please Help

Regards
Makarand
 
Hi,

Unless library is loaded in its appdomain it can't automatically read config
file.
However, it can read it manually...
 
Back
Top