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

Website creating a problem

5 Answers 37 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Arsalan
Top achievements
Rank 1
Arsalan asked on 04 Apr 2014, 11:36 AM
hey every one
i am using web http://demos.telerik.com/aspnet-ajax/webmail problem is that if net connection not availble the whole website has been crashed . In an Attachment is the output of crash web, how to fix this. please help me 

thanks in advance.

5 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 07 Apr 2014, 05:41 AM
Hi Arsalan,

I have tested the sample application page and it worked correctly at my side. It look like a cache problem - try to clear the cache on your browser and make an instant refresh of the page with Ctrl+ F5.

Please let me know if you still observe the issue.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Arsalan
Top achievements
Rank 1
answered on 09 Apr 2014, 06:32 AM
hi Plamen i was downloading the source code of web mail. so my internet connection is creating problem and internet off. so i was running this web mail local host so its creating. above image u see that.
0
Plamen
Telerik team
answered on 10 Apr 2014, 09:09 AM
Hi Arsalan,

I have tested the issue but could not replicate it locally. Would you please elaborate a little bit what version of the controls are you using and what is the browser version used?

Please let us know if there are some other steps that should be done to replicate the issue besides downloading the project and  running it on local host.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Arsalan
Top achievements
Rank 1
answered on 17 Apr 2014, 06:48 AM
using google chrome and latest telerik version...
please download the source code of web mail. and unplug your internet connection then run webmail
application..
0
Accepted
Plamen
Telerik team
answered on 22 Apr 2014, 07:52 AM
Hello Arsalan,

I have successfully replicated the issue. If is caused by the fact that the CDN is enabled and the resources are not served- you can solve the issue by  setting the following properties in the web config file:
<appSettings>
        <add key="Telerik.ScriptManager.TelerikCdn" value="Disabled"/>
        <add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled"/>
    </appSettings>

Hope this will explain the issue.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
AsyncUpload
Asked by
Arsalan
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Arsalan
Top achievements
Rank 1
Share this question
or