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

CDN with IE6

1 Answer 66 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 17 Dec 2009, 11:53 PM
I'm getting some script errors trying to use the CDN on a site in IE6 (sadly it was a requirement)

Anyway, switching to asp:ScriptManager solves the problem

I've got the 2 Telerik jQuery Libs and the MSAjax librarys linked in the definition

Anyone else have any issues?

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 18 Dec 2009, 04:06 PM
Hi Steve,

What does the error say?

I suppose that RadScriptManager combines the MicrosoftAjaxWebForms.js and MicrosoftAjax.js files and serve the compressed output. What you can try is to disable compression:

<telerik:RadScriptManager ID="RadScriptManager1" runat="server" OutputCompression="Disabled">

Let me know if this helps.

Also, if there is a public URL where we can observe the problem, that would be helpful.

Greetings,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ScriptManager and StyleSheetManager
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Veselin Vasilev
Telerik team
Share this question
or