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

Telerik.Web.UI.WebResource.axd file size

3 Answers 196 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Panagiotis
Top achievements
Rank 1
Panagiotis asked on 20 Jul 2009, 06:37 AM
Dear support team,

    I am using telerik rad controls on my asp.net pages. When i deploy the solution, the Telerik.Web.UI.WebResource.axd is huge (more than 1 mb). Although i set the Radscriptmanager scriptmode="release", when i inspect the file is seems that it incluces the debug source also (MicrosoftAjax.debug.js). I guess that this shouldnt be there. How can i troubleshoot this and reduce the file size?

thanks,

Panagiotis

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 20 Jul 2009, 07:32 AM
Hi Panagiotis,

You can try setting the debug attribute of the <compilation /> tag to "false" (in web.config).

Regards,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Polykarpos
Top achievements
Rank 1
answered on 20 Jul 2009, 08:55 AM
Hi Albert,

 i did but still the same. I opened a support ticket for this also as it is a bit urgent

<

 

compilation defaultLanguage="vb" debug="false">

 


0
Polykarpos
Top achievements
Rank 1
answered on 20 Jul 2009, 08:57 AM
Just to clarify, i used a different account above (the one used for testing the trials). Panagiotis is me. This is my official customer account
Tags
ScriptManager and StyleSheetManager
Asked by
Panagiotis
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Polykarpos
Top achievements
Rank 1
Share this question
or