<appSettings>
<add key="Telerik.EnableEmbeddedSkins" value="false" />
<add key="Telerik.EnableBaseStyleSheet" value="false" />
</appSettings>
We then used a method posted by one of your techs where we use a usercontrol that looks for all ISkinnableControls within the current form and sets their skin property to our custom skin. This all works fine.. The problem is that we see three stylesheet references to webresources.axd in our html document, which shouldn't be there since we are not using embedded skins? Why three, why any :)
<link href="/WebResource.axd?d=_NkAcKzL_lR4vdCVSsRvaCWD41UmOOu-yM0BgPeB33QQvLJdXYTZGVCUIKILah0L0&t=633631346260000000" type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="/WebResource.axd?d=_NkAcKzL_lR4vdCVSsRvaCWD41UmOOu-yM0BgPeB33Tq9aa_akvAEN4I8wtVTgK0ISNuu78FGbxSfzrd9eBydw2&t=633631346260000000" type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="/WebResource.axd?d=_NkAcKzL_lR4vdCVSsRvaCWD41UmOOu-yM0BgPeB33QQ3R6S2A9PwmfdOAgsjdba0&t=633631346260000000" type="text/css" rel="stylesheet" class="Telerik_stylesheet" />