I have asp.net website build over ektron V8.0 SP1. I am using url rewrite module in my application.it working as expected.I have telrick controls also in my application.
But unfortunately now am not able to use any of the telrick control in my web page.The reason is:
corresponding ScriptResource.axd resource are not loading as expected.
I got this error in my web browser.
When i comment few <rule.../>
in <outboundRules>
it start working.
Once i browse from Hosted server the error is
HTTP Error 500.52 - URL Rewrite Module Error.
Outbound rewrite rules cannot be applied when the
content of the HTTP response is encoded ("gzip").
Any one have any idea why the script resources are not loading. Any thoughts are welcome.