Hi All,

To keep it short and sweet I need to be able to add this element to the <Appsetting> section of my config file in code :
Code:
<add key="WebService_CustomerLog"
      value="http://www.mysite/CustomerLog.asmx" />
Any Ideas ?


Thanks In Advance