G
Guest
Is it possible to create a custom configuration file (other than app.config)
that can be processed by classes in the System.Configuration namespace?
I have seen a ton of articles that talk about custom sections (inside the
app.config file) but I would like to make an entirely new config file. I
opened a custom config file with the ConfigurationManager class but it seemd
as if it ignored all of the content in the config file.
Is there any decent documentation that covers this topic?
Thank you,
Jason Richmeier
that can be processed by classes in the System.Configuration namespace?
I have seen a ton of articles that talk about custom sections (inside the
app.config file) but I would like to make an entirely new config file. I
opened a custom config file with the ConfigurationManager class but it seemd
as if it ignored all of the content in the config file.
Is there any decent documentation that covers this topic?
Thank you,
Jason Richmeier