We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

MVC Scaffold - CDN links out of date?

Hi, I'm still playing and evaluating controls. For that I have created a new MVC project scaffolded from the Syncfusion templates.

The ScheduleFeatures.cshtml features links to the Syncfusion CDN which result in an HTTP500 Status code.

<code>
<h2>ScheduleFeatures</h2>
<li> TimeMode</li>
<li> TimeZone</li>

 <script src="@Url.Content("http://cdn.syncfusion.com/15.1.0.37/js/i18n/ej.culture.en-US.min.js")"></script>
    <script src="@Url.Content("http://cdn.syncfusion.com/15.1.0.37/js/i18n/ej.culture.fr-FR.min.js")"></script>
    <script src="@Url.Content("http://cdn.syncfusion.com/15.1.0.37/js/i18n/ej.culture.vi-VN.min.js")"></script>
<div id = "ControlRegion">
</code>

Also, in my humble opinion, it would be better to replace the links with just "//cdn.syncfusion.com/..." to allow references to work when the application is in https mode (which would prevent loading of "unsecure" components via http)

This is just for information, no action required.



1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team March 22, 2017 12:47 PM UTC

Hi Stefan, 
 
Thank you for contacting Syncfusion support. 
 
We would like to inform you that the CDN links for culture files are standardized now and are provided as version independent. Since, those files will not undergo any version specific changes in future, therefore we have removed the version structure in it and also moved it to get referred from the ‘assets’ folder. Therefore, we request you to refer the required culture files in the following example format – 
 
The above changes are effective from Volume-4 2016 (v14.4.0.15) main release and the same can be viewed in the below release notes link. 
 
The CDN links will be available only for the specific cultures as shown in the below image. 
 
 
If in case, you need to make use of other culture files, kindly make use of the below GitHub link to download the required culture files and use it in your application. 
The respective locale text files of each culture is available here - https://github.com/syncfusion/ej-global/tree/master/l10n  
 
Note: our CDN links works on both http as well as https mode. 
 
Regards, 
Karthigeyan 
 


Loader.
Live Chat Icon For mobile
Up arrow icon