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

Problem with Telerik.2011

4 Answers 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Serial Killer
Top achievements
Rank 1
Serial Killer asked on 19 May 2011, 10:29 AM
Hello everyone! I faced such problem, i played with Telerik.2011 and my local side all work well, but after i moved test page to server, and go to web adress page loading very very slow, and after i see something like that(in attachment)... and question where is mistake?

here simple test code...

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<head runat="server">
    <title></title>
    <telerik:RadStyleSheetManager id="RadStyleSheetManager1" runat="server" />
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        <Scripts>
            <%--Needed for JavaScript IntelliSense in VS2010--%>
            <%--For VS2008 replace RadScriptManager with ScriptManager--%>
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
        </Scripts>
    </telerik:RadScriptManager>
    <script type="text/javascript">
        //Put your JavaScript code here.
    </script>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    </telerik:RadAjaxManager>
  
    <telerik:RadSkinManager ID="RadSkinManager1" Runat="server" Skin="Default">
    </telerik:RadSkinManager>
    <div>
        <telerik:RadDock ID="RadDock1" runat="server" Width="300px">
        <ContentTemplate>
        TEST
        </ContentTemplate>
        </telerik:RadDock>
    </div>
    </form>
</body>
</html>

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 May 2011, 01:54 PM
Hello,

I hope this document will be helpful for you.
Web Resources demystified: Part 3 (Troubleshooting)

Thanks,
Shinu.
0
Serial Killer
Top achievements
Rank 1
answered on 19 May 2011, 07:47 PM
Hello,
Thank you for the answer. But I have already read this page, it did not help me. It is important to notice that everything functions well on .NET40 framework. But on NET35 it functions only local side. What is the reason? Have you any ideas?
0
Pero
Telerik team
answered on 23 May 2011, 01:58 PM
Hi,

Could you please provide the web.config file of your project so we can test it locally? Also provide the IIS version and what kind of Application pool you are using.

Regards,
Pero
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Serial Killer
Top achievements
Rank 1
answered on 23 May 2011, 08:00 PM
Hello! Thank you for the answer. The solution of problem was quite easy. I again updated all components on the server, and now everything functions well.
Tags
General Discussions
Asked by
Serial Killer
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Serial Killer
Top achievements
Rank 1
Pero
Telerik team
Share this question
or