O
orenl
I have a server application which can be called by web services or
directly from the command line.
the solution has a website with web.config and a consoleProject with
app.config.
I need to work with a single config file (preventing duplication).
how can I do this? how can I load a common config file (that belongs
to a common project)?
directly from the command line.
the solution has a website with web.config and a consoleProject with
app.config.
I need to work with a single config file (preventing duplication).
how can I do this? how can I load a common config file (that belongs
to a common project)?