How to use the ConfigurationSettings

  • Thread starter Thread starter Vladimír Lehocký
  • Start date Start date
V

Vladimír Lehocký

It is possible, but you must create new AppDomain and change its
AppDomainSetup.ConfigurationFile property

Vlado
 
hi

the code that get the data from the defualt file config is
String server =ConfigurationSettings.AppSettings.Get("Server").ToString()

how i can use another file config
in example file.xml ??????????

thanks
 
Back
Top