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

Telerik CDN without RadScriptManager

1 Answer 144 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Kazimierz Szadkowski
Top achievements
Rank 1
Kazimierz Szadkowski asked on 16 Feb 2011, 05:16 PM
Is it possible to use CDN of Telerik if RadScriptManager is not used on page (regular asp Script Manager + RadAjaxManager are used instead)? I read in documentation CDN can be enabled globally via web.config, but is it gonna work in my case?

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 28 Feb 2011, 12:34 PM
Hello Kazimierz Szadkowski,

The web.config setting applies only to RadScriptManager. However you can enable CDN for Telerik controls when using ScriptManager only manually.

First you will need to get the CDN URLs of the required resources. To find them easily you can first run a page with the target control with a RadScriptManager with enabled CDN on the page and inspect the requested resource with FireBug or Fiddler. Then copy the needed URLs (you can see which scripts each control uses here) and reroute them to their CDN counterparts as shown at the bottom of this help topic.

This should do the work. I hope it helps.

All the best,
Simon
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
ScriptManager and StyleSheetManager
Asked by
Kazimierz Szadkowski
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or