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.
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
0
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
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
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
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..
please download the source code of web mail. and unplug your internet connection then run webmail
application..
0
Accepted
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:
Hope this will explain the issue.
Regards,
Plamen
Telerik
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.