This is a migrated thread and some comments may be shown as answers.

EnableEmbeddedSkins in web.config has no effect?

1 Answer 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kevin Price
Top achievements
Rank 1
Kevin Price asked on 02 Jul 2010, 02:04 PM
Based on documentation and samples, I added the following to my web.config in the appSettings section
<add key="Telerik.ScriptManager.TelerikCdn" value="Enabled"/>
        <add key="Telerik.StyleSheetManager.TelerikCdn" value="Enabled"/>
    <add key="EnableEmbeddedSkins" value="false"/>

The EnableEmbeddedSkins setting seems to have no effect as for each control I'm still having to set this attribute to use a custom skin.
Did I miss something maybe?





1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 05 Jul 2010, 08:01 AM
Hi,

The key needs to be prefixed with "Telerik." - i.e. "Telerik.EnableEmbeddedSkins". See the following help article for more information - http://www.telerik.com/help/aspnet-ajax/skinregistration.html

Kind regards,
Lini
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Kevin Price
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or