I am trying to store and retrieve connection string info from an app's config file and I am having trouble retrieving the connection string info.
I stored the info with the following:
Configuration config = null;
config = configurationMa nager.OpenExeCo nfiguration(Con figurationUserL evel.None );
config.Connecti onStrings.Conne ctionStrings.Ad d(
new ConnectionStrin gSettings(
"MyConfiguratio nString",...
Search Result
Collapse
2 results in 0.0037 seconds.
Keywords
Members
Tags
-
ConfigurationManager.OpenExeConfiguration
-
ConfigurationManager.OpenExeConfiguration opening wrong file?
Hi,
I have an application that loads various settings from the
app.exe.config file. This has worked very well on w2k, XP, and
Vista.
However, recently I've been troubleshooting an issue on Windows Home
Server (which is based on some variation of Windows Server 2003) and
I've found that
ConfigurationMa nager.OpenExeCo nfiguration(Con figurationUserL evel) is
opening the wrong file. Not only...