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

RadCompression with HTTP Compression and ScriptResourceHandler Compression

3 Answers 114 Views
Compression
This is a migrated thread and some comments may be shown as answers.
nirav
Top achievements
Rank 1
nirav asked on 14 Feb 2011, 08:38 AM
Hello,
     In my application, I have HTTP compression already implemented along with ScriptResourceHandler having enableCompression property set to true.
Many pages in application use RadGrid and some use RadEditor control. As there are few non-telerik ajax comtrols, I have AjaxScriptManager in my application. I would like to know the benefits and drawbacks if I implement RadCompression along with the HTTP Compression and ScriptResourceHandler Compression.
Thanks.

3 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 17 Feb 2011, 11:06 AM
Hello Nirav,

I would suggest revising the following help topic where you will find all the needed information regarding RadCompression and how it behaves in cooperation with the HTTP Compression.


Best wishes,
Maria Ilieva
the Telerik team
0
Pankaj
Top achievements
Rank 1
answered on 19 Aug 2014, 08:23 AM
Hello,

I have .net 3.5 web application which was already hosted on IIS 7.5 with app pool 2.0 which working fine. But I have one WCF Service application where we have multiple services under different folder. When we add WCF service under my existing web-application and tried to hit url from chrome or mozilla  browser I didn't get proper XML ouptupt on the browser but If I hit from separate wcf application it works perfect. So I was analyze and find that our parent web application web.config uses telerik rad compression due to that we didn't get proper result. So I had tried instruction from below url:
http://www.telerik.com/help/aspnet-ajax/compression.html
And I got following error. Do you have any solution for this

Server Error in '/Services' Application.Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: An error occurred creating the configuration section handler for telerik.web.ui/radCompression: The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)

Source Error:

Line 21: <section name="exceptionHandling" type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.ExceptionHandlingSettings, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="true" />
Line 22: <sectionGroup name="telerik.web.ui">
Line 23: <section name="radCompression" type="Telerik.Web.UI.RadCompressionConfigurationSection,Telerik.Web.UI,PublicKeyToken=121fae8165ba3d4" allowDefinition="MachineToApplication" requirePermission="false"/>
Line 24: </sectionGroup>
Line 25: </configSections>

Thanks,
0
Maria Ilieva
Telerik team
answered on 22 Aug 2014, 10:17 AM
Hi Pankaj,

Could you please elaborate a bit more on what exactly instructions form the mentioned help topic you have apply don your end?
Also sending your web.config file could gives us more information for straight to-the-point advices.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Compression
Asked by
nirav
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Pankaj
Top achievements
Rank 1
Share this question
or