Class Library Reading from .config files

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
 
M

Miha Markic

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

Top