Hi Everyone,
Version of Telerik.Web.Ui DLL (2010.3.1109.35)
I have an issue where RadCompression is somehow related. When viewing a PDF File (Generated by Reporting Services) it comes back with "File does not begin with %PDF-". When I disable RadCompression in the Web.Config it works.
So then I attempted to exclude the pages that call the Reporting Services like this
It does not seem to be making any difference.
Any info will be greatly appreciated.
Thanks
Bran
Version of Telerik.Web.Ui DLL (2010.3.1109.35)
I have an issue where RadCompression is somehow related. When viewing a PDF File (Generated by Reporting Services) it comes back with "File does not begin with %PDF-". When I disable RadCompression in the Web.Config it works.
So then I attempted to exclude the pages that call the Reporting Services like this
<
telerik.web.ui
>
<
radCompression
>
<
excludeHandlers
>
<
add
handlerPath
=
"LaunchLink.aspx"
matchExact
=
"false"
/>
<
add
handlerPath
=
"LaunchExternalSite.aspx"
matchExact
=
"false
/>
</
excludeHandlers
>
</
radCompression
>
</
telerik.web.ui
>
It does not seem to be making any difference.
Any info will be greatly appreciated.
Thanks
Bran