equivalent of web.config

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

Is there an equivalent of the web.config for windows apps, so that it's easy to get configuration values
like ConfigurationSettings.AppSettings("myKey") in ASP.NET.
Or do I have to use my own xml file and query that?

thanx,
t
 
* =?Utf-8?B?dG9t?= said:
Is there an equivalent of the web.config for windows apps, so that it's easy to get configuration values
like ConfigurationSettings.AppSettings("myKey") in ASP.NET.
Or do I have to use my own xml file and query that?

'App.config'.
 
Back
Top