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

RadCompression causing the page Methods to file in iis7 classic mode

1 Answer 48 Views
Compression
This is a migrated thread and some comments may be shown as answers.
dipen shah
Top achievements
Rank 1
dipen shah asked on 02 Jan 2013, 08:23 PM

We are using windows8 r2 , IIS7.5 and web site is configured to use classic mode instead of Integrated mode. We have issues with Page methods failing when we use RadCompression in HttpModules. But the same setup works fine with integrated mode.

Here is the error message:

HTTP Post used to access the path "webform1.aspx\PageMethodTest" is not allowed.

Page methods are working fine when we remove the RadCompression from the web.config.
Any help how to resolve this issue with using RadCompression in classic mode ?
web.config  -

 

    <httpModules>
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression"/>
    </httpModules>

 <system.webServer>
    <validation validateIntegratedModeConfiguration="false"/>
    <modules>
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression"/>
    </modules>

 

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 04 Jan 2013, 04:30 PM
Hello Dipen Shah,

I suspect that you have hit a know issue in the classic application pool in scenarios where IHttpModule filters the application response. The problem is already reported to Microsoft and you can follow its status here.

I hope this helps.

All the best,
Martin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Compression
Asked by
dipen shah
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or