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

Debugging RadCompression

1 Answer 61 Views
Compression
This is a migrated thread and some comments may be shown as answers.
Scott Manning
Top achievements
Rank 1
Scott Manning asked on 31 Oct 2014, 08:14 PM
We are trying to use RADCompression on our website for compressing Viewstate only and do not see the viewstate getting compressed.  We wrote a small "hello world" website and can get the viewstate compression working perfectly on the test website, but not on the primary website.  We have compared the web.config and the browserFile.Browser file between the test and primary websites and they are the same.  Below is the configurations that we are using.  Is there any diagnostics that we can turn on to see what is happening within the RadCompression module?

The Browser File content
<!--
    You can find existing browser definitions at
    <windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers
-->
<browsers>
    <browser id="NewBrowser" parentID="Mozilla">
        <identification>
            <userAgent match="Unique User Agent Regular Expression" />
        </identification>        <capture>
            <userAgent match="NewBrowser (?'version'\d+\.\d+)" />
        </capture>        <capabilities>
            <capability name="browser" value="My New Browser" />
            <capability name="version" value="${version}" />
        </capabilities>
    </browser>    <browser refID="Mozilla">
        <capabilities>
            <capability name="xml" value="true" />
        </capabilities>
    </browser>    <browser refID="Default">
      <controlAdapters>
        <adapter controlType="System.Web.UI.Page" adapterType="Telerik.Web.UI.RadSessionPageStateCompression" />
      </controlAdapters>
    </browser></browsers>




The web.config file only has

    <modules runAllManagedModulesForAllRequests="true">
  <add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
 </modules>


We are not using the configSections sections in the web.config file. 


1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 05 Nov 2014, 08:04 PM
Hello Scott,

I have already answered the support ticket you have opened on the matter. In order to avoid duplicate posts I would like to ask you to continue our communication there. Thank you for your understanding in advance.

Regards,
Pavlina
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
Scott Manning
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or