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

Forcing WebResource.axd to update

5 Answers 390 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 20 Nov 2013, 01:15 AM
I'm not a .Net programmer by trade but, I need to make some customizations to editor. I was wondering if someone could tell me if WebResource.axd creates a local cache of the javascript files that are sent to the client when requested, and how to force the cache to be re-generated from the source copies? My changes aren't showing up on the client side even after clearing cache, disabling browser cache and trying on 3 different browsers.

5 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 20 Nov 2013, 02:54 PM
Hi Brian,

I suggest checking if the changes are requested correctly from the browser. If they are not updated, then I can suggest you checking the implemented logic and the configuration of the project.

Regards,
Ianko
Telerik
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 the blog feed now.
0
Brian
Top achievements
Rank 1
answered on 20 Nov 2013, 03:09 PM
Are there any flags in the web.config you could suggest to have WebResource.axd turn off local caching and regenerate the javascript on every request, for debugging purporses?
0
Ianko
Telerik team
answered on 20 Nov 2013, 03:35 PM
Hi Brian,

Please follow this help article: http://www.telerik.com/help/aspnet-ajax/introduction-disabling-embedded-resources.html about disabling the embedded resources.

Regards,
Ianko
Telerik
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 the blog feed now.
0
Offer
Top achievements
Rank 1
answered on 23 Mar 2015, 03:56 PM
Hi , 

I need a web.config flag to enable caching for Telerik resources in order to avoid unnecessary client requests . 
If there haven't flags for this , do you have other suggestions to achieve this goal .

tnx , 
Offer. 
0
Ianko
Telerik team
answered on 24 Mar 2015, 04:30 PM
Hi Offer,

RadEditor resources are fetched by the server as plain ASP.NET resources, and caching depends on native ASP.NET configuration. It is best to look for the correct answer through MSDN documents, e.g., this one--https://msdn.microsoft.com/en-us/library/xsbfdd8c%28v=vs.140%29.aspx.

Regards,
Ianko
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Editor
Asked by
Brian
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Brian
Top achievements
Rank 1
Offer
Top achievements
Rank 1
Share this question
or