5 Answers, 1 is accepted
0
Hello Michael,
We are not able to reproduce the problem locally. Can you confirm that it cannot be observed if you disable the compression? Also note that the compression is intended to work with Asp.Net AJAX.
Best wishes,
Pavel
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.
We are not able to reproduce the problem locally. Can you confirm that it cannot be observed if you disable the compression? Also note that the compression is intended to work with Asp.Net AJAX.
Best wishes,
Pavel
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
Michael
Top achievements
Rank 1
answered on 27 May 2009, 11:32 AM
Hi
Yes when i remove RadCompression the ASP pages work again.
I don't necessarily want to compress any ASP pages, 2 of my sites just have a couple of asp pages which haven't been converted to aspx as yet. So I have to disable the whole RadCompression to get those ASP pages working again.
Yes when i remove RadCompression the ASP pages work again.
I don't necessarily want to compress any ASP pages, 2 of my sites just have a couple of asp pages which haven't been converted to aspx as yet. So I have to disable the whole RadCompression to get those ASP pages working again.
0
Hello Michael,
I am afraid that in this case there is little we can do to help you since we cannot reproduce the issue. I can suggest you to disable the compression until you convert all of your pages to Asp.Net AJAX.
Greetings,
Pavel
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.
I am afraid that in this case there is little we can do to help you since we cannot reproduce the issue. I can suggest you to disable the compression until you convert all of your pages to Asp.Net AJAX.
Greetings,
Pavel
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
Son
Top achievements
Rank 1
answered on 29 Mar 2010, 08:08 PM
I don't know if the cause is the RadCompression, but I had trouble with classic ASP postbacks after uploading an ASP.NET page with the RadEditor control. I switched back to the previous version of the web.config file and the postbacks worked again. Something about the web.config file broke the postback in all my classic ASP apps on the site.
0
Hi Son,
You can disable compression for classic asp pages by adding a preCondition to the RadCompression handler:
This will force the compression to by applied only for *.aspx pages as is explained here.
If you are not using IIS 7 you can use the approach suggested in the following link to disable compression for specific pages:
http://www.telerik.com/help/aspnet-ajax/radcompression.html
Best wishes,
Pavel
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.
You can disable compression for classic asp pages by adding a preCondition to the RadCompression handler:
<
add
name
=
"RadCompression"
type
=
"Telerik.Web.UI.RadCompression, Telerik.Web.UI"
preCondition
=
"managedHandler"
/>
This will force the compression to by applied only for *.aspx pages as is explained here.
If you are not using IIS 7 you can use the approach suggested in the following link to disable compression for specific pages:
http://www.telerik.com/help/aspnet-ajax/radcompression.html
Best wishes,
Pavel
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.