AUTHOR: Marin Bratanov
DATE POSTED: May 03, 2018
Load the Telerik appSettings flags from an external file.
The UI for ASP.NET AJAX controls provide a lot of switches and settings you can set from the appSettings section in the web.config. In some cases you may want to declutter the web.config file and read these settings from a separate file. This can even facilitate deployment and testing, especially if you also use your own flags in the appSettings section.
ASP.NET allows you to import sections of the web.config file from an external file that is under the same folder. To do this:
You can find attached a small example below. Just add the Telerik assemblies to the ~/bin.
Resources Buy Try