You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/scriptmanager/cdn-support/custom-cdn-provider.md
+23-71Lines changed: 23 additions & 71 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ position: 1
12
12
13
13
A custom (especially local) CDN provider is useful in cases where the application runs on an Intranet or the client machines are otherwise restricted from reaching the cloud where the Telerik CDN is hosted.
14
14
15
-
In case you want to use your own **CDN provider**for hosting the Telerik UI for ASP.NET AJAX script / css files you need to follow the steps below.
15
+
If you want to use your own **CDN provider**to host the Telerik UI for ASP.NET AJAX script / css files, follow the steps below.
16
16
17
-
1. Obtain the **CDN resource package** for your controls version. For example, **Telerik_UI_for_ASP.NET_AJAX_2015_2_826_CDN_Resources.zip**.
17
+
1. Obtain the **CDN resource package** for your controls version. For example, **Telerik_UI_for_ASP.NET_AJAX_2025_2_609_CDN_Resources.zip**.
18
18
19
-
This file is available in [your account](https://www.telerik.com/account) and can be found in the Downloads section where all product files for the UI for for ASP.NET AJAX product are located. The location may vary slightly depending on your subscription.
19
+
This file is available in [your account](https://www.telerik.com/account) and can be found in the Downloads section, where all product files for the UI for ASP.NET AJAX product are located. The location may vary slightly depending on your subscription.
20
20
21
21
2. Extract the archive. The file structure will look like this:
22
22
* Scripts
@@ -27,107 +27,59 @@ In case you want to use your own **CDN provider** for hosting the Telerik UI for
27
27
* ajaxz/[version]
28
28
* ReadMe
29
29
30
-
The Scripts/**ajaxz** folder contains the **compressed** (**gzipped**) JavaScript files. The Scripts/**ajax** folder contains the **uncompressed** JavaScript files for compatibility with older browsers.
30
+
> The **Scripts/ajax** and **Scripts/ajaxz** folders are identical. In earlier versions before 2025 Q1, ajaxz contained gzip-compressed files, and ajax contained uncompressed files for older browsers. Starting with 2025 Q1 (version 2025.1.211), no pre-compressed files are provided. Compression should now be handled by your deployment pipeline or CDN.
31
31
32
-
3. Copy the content of the Scripts / Skins folder to your CDN host:
32
+
4. Copy the content of the Scripts / Skins folder to your CDN host:
The solution described in the section above is fully applicable also for creating a local CDN. Just copy the `Scripts` and `Skins` folders inside a folder in the root of your application and configure the BaseUrl and BaseSecureUrl to point to the resources folder.
75
+
The solution described in the section above is also fully applicable for creating a local CDN. Just copy the `Scripts` and `Skins` folders inside a folder in the root of your application and configure the BaseUrl and BaseSecureUrl to point to the resources folder.
124
76
125
-
For more detailed instructions check out the Configure Local CDN for Telerik UI for ASP.NET AJAX video:
77
+
For more detailed instructions, check out the Configure Local CDN for Telerik UI for ASP.NET AJAX video:
126
78
127
79
<iframewidth="560"height="315"src="https://www.youtube.com/embed/iPcvj7Vl5TM"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
128
80
129
81
130
-
>note If you are using non-IIS CDN hosting service configuration might be different.
82
+
> If you are using a non-IIS CDN hosting service configuration might be different.
0 commit comments