Friday, December 7, 2012
Get path for app.config
When building an application and debugging it we often use app.config.
But which app.config is really looked at?
We can find it's path using:
string path = AppDomain.CurrentDomain.SetupInformation.ConfigurationFile;
Example using an app.config or web.config could be:
string connStr = ConfigurationManager.ConnectionStrings["CustomConnectionString"].ConnectionString
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment