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

Resources to exclude from external solutions to use Radcompression

1 Answer 62 Views
Compression
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 1
Pierre asked on 18 Feb 2010, 11:19 PM
Hi,

I have tested RadCompression but have some problems with my current compression solution generating zipped code in my screen. Could you list the extensions that are included in this compression suite to exclude from my external solution (webresource.axd....) and perform some others test.

like
//Excluding AXD telerik resources 
            if (request.Path.ToLowerInvariant().EndsWith("webresource.axd")) 
            { 
                return; 
            } 

Thanks, Romi
 

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 24 Feb 2010, 08:18 AM
Hi Pierre,

By default RadCompression will compress only MS AJAX requests and text/json, application/xml, application/atom+xml. All *.axd handlers are skipped and you can add additional by using by using RadCompression's excludeHandlers section in webconfig. For more information please refer to RadCompression help.

Greetings,
Rosen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Compression
Asked by
Pierre
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or