I encounter the following error when i try to add skins to the entire web page by makings modifications in the web config file, The addititional code for the web config file is ;
which i have added in the <configuration> tag
The errors which i encounter are:
1.Error 84 D:\TrainingScheduler\Default.aspx: ASP.NET runtime error: Sections must only appear once per config file. See the help topic <location> for exceptions. (D:\TrainingScheduler\web.config line 150) D:\TrainingScheduler\Default.aspx 1 1 D:\TrainingScheduler\
2.Error 85 Sections must only appear once per config file. See the help topic <location> for exceptions. D:\TrainingScheduler\Web.Config 150
Please help,
Thanks
Manan Podar
<
appSettings>
<!--
Sets the skin for all RadControls to Hay -->
<
add key="Telerik.Skin" value="Hay"/>
</
appSettings>
which i have added in the <configuration> tag
The errors which i encounter are:
1.Error 84 D:\TrainingScheduler\Default.aspx: ASP.NET runtime error: Sections must only appear once per config file. See the help topic <location> for exceptions. (D:\TrainingScheduler\web.config line 150) D:\TrainingScheduler\Default.aspx 1 1 D:\TrainingScheduler\
2.Error 85 Sections must only appear once per config file. See the help topic <location> for exceptions. D:\TrainingScheduler\Web.Config 150
Please help,
Thanks
Manan Podar
