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...
 

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