B
Brian Stanforth
I am creating multiple applications (Web, Console,
WinForms) that I want to have common configuration
settings between them. I want to use the same
configuration file for all applications but I don't want
to use the machine.config file. I also am using custom
configuration wrappers that allow me to strongly type the
configuration settings as well as gain intellesense
(WebApp.ConnectionString). Is it possible to use just one
configuration file for all apps and to not use the
machine.config?
WinForms) that I want to have common configuration
settings between them. I want to use the same
configuration file for all applications but I don't want
to use the machine.config file. I also am using custom
configuration wrappers that allow me to strongly type the
configuration settings as well as gain intellesense
(WebApp.ConnectionString). Is it possible to use just one
configuration file for all apps and to not use the
machine.config?