Add, Modify, Remove appSettings keys and values in web.config

 
When you go through this article then you will find three function(Add,Modify and Remove) . Add and Modify function have two argument Key and value where Key is the name of key and value is value contain on the key and Remove function have one argument key name. Just pass value according to function parameter.

Continue reading “Add, Modify, Remove appSettings keys and values in web.config”