ASP.NET's web.config file provide easy yet powerful place to keep your configuration settings. One such power comes with
section. There are situations where you may want to define some properties and lock it down so any sub folder web config file can't overwrite it, one such situation is where you have multiple applications and you want those applications to...
[More]