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

Elements in my server

1 Answer 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alejandro
Top achievements
Rank 1
Alejandro asked on 23 May 2012, 05:33 PM
Hello

As I can use elements from my server for example js, css and gif and not use an externalurl for example http://aspnet-skins.telerikstatic.com/ajaxz/2012.1.215/FormDecorator.css

thank you very much beforehand 

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 25 May 2012, 03:57 PM
Hello Alejandro,

If I understand you correctly you want to load all resources for your site from your server, while currently the Telerik StyleSheetManager's CDN is enabled: http://www.telerik.com/help/aspnet-ajax/stylesheetmanager-cdn-support.html. If you have not set this property in your markup then you have most ilkely selected it in the website configurator when you were creating  the project and it is located in the web.config:
<appSettings>
  . . . . .
  <add key="Telerik.StyleSheetManager.TelerikCdn" value="Enabled"/>
  . . . . . .
</appSettings>

Setting it do Disabled will load the stylesheets from your server via webresources.

Regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Alejandro
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or