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

WebResource.axd vs Telerik.Web.UI.WebResource.axd

3 Answers 148 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Patrice Boissonneault
Top achievements
Rank 1
Patrice Boissonneault asked on 23 Mar 2011, 12:47 AM
Hi,

I see in the html code generated for my project that both Telerik.Web.UI.WebResource.axd and WebResource.axd (I'm assuming this is the asp.net one) are refered.

How do I prevent this and make sure all access to resources are made using the same webresource handler (the Telerik one for instance)?

Thanks.

P

3 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 25 Mar 2011, 04:12 PM
Hello Patrice,

Please find our answer to your questions in the other thread you have open with the same subject.
To avoid duplicate posting I would suggest that we continue the discussion there.

Greetings,
Iana
the Telerik team
0
s
Top achievements
Rank 1
answered on 19 Jul 2011, 09:28 PM
Can you provide link to the original post. I have the same problem
0
Patrice Boissonneault
Top achievements
Rank 1
answered on 04 Aug 2011, 04:07 AM
I finally solved this problem by enabling CDN for both Telerik AND Microsoft Ajax

EnableCdn = true;                                                          //for Microsoft AJAX files
CdnSettings.TelerikCdn = Telerik.Web.UI.TelerikCdnMode.Enabled;            //for Telerik files






Tags
General Discussions
Asked by
Patrice Boissonneault
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
s
Top achievements
Rank 1
Patrice Boissonneault
Top achievements
Rank 1
Share this question
or