Hi,
I have in web.config
<appSettings
configSource="Configuration\Development\AppSettings.config" />
How can I add the other appsettings
<appSettings>
<add key="CronValue" value="0 0 15 1/1 * ? *"/>
</appSettings>
Thanks
Go to the complete details ...