Hello All
Can you please clarify something for me, I'm trying to set up a custom CDN for the telerik libraries as we sit behind a rather agressive firewall that most users on our network cannot traverse.
Previous examples on the forum (albeit dating from 2010) specify the use of
WebAssetDefaultSettings.TelerikContentDeliveryNetworkScriptUrl
This however appears as a static property and thus can't be assigned.
I've tried using ScriptRegistrar() in the view but the preferred method (
group.ContentDeliveryNetworkUrl) simply causes one single request for the url specified, and not mulitples as per theme requirement.
Any help appreciated.