Configuration settings of a dll
-
Hi all, i have a question on Configuration settings of a dll . If i want to get Configuration settings of a dll in my application how can i get that? I am using Asp.net application . Thanks
Thanks Mukkanti
-
Hi all, i have a question on Configuration settings of a dll . If i want to get Configuration settings of a dll in my application how can i get that? I am using Asp.net application . Thanks
Thanks Mukkanti
Put the settings in the
web.config
file.Regards, Rob Philpott.
-
Hi all, i have a question on Configuration settings of a dll . If i want to get Configuration settings of a dll in my application how can i get that? I am using Asp.net application . Thanks
Thanks Mukkanti
ExeConfigurationFileMap map = new ExeConfigurationFileMap(); map.ExeConfigFilename = Path to dll + "config"; Configuration = ConfigurationManager.OpenMappedExeConfiguration(map, ConfigurationUserLevel.None);
only two letters away from being an asset