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

RadToolTipManager Response Error

2 Answers 114 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Duy
Top achievements
Rank 1
Duy asked on 13 Mar 2014, 01:43 AM

Hi,

I encountered an alert error.

RadToolTipManager Response Error:
Sys.WebForms.PageRequestManagerServerErrorExecution; An Unknown error occurred while processing the request on the server. the status code returned from the server was: 500.

This issue occurs when I deployed the onto actual server.  It runs fine on development environment.

Please give me some tips what causes the problem.

Kind Regards,

Duy

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 13 Mar 2014, 11:44 AM
Hi Duy,

I advise that you examine this help article that explains how to deal with such exceptions: http://www.telerik.com/help/aspnet-ajax/tooltip-troubleshooting-common-issues.html. You may need to set the customErrors to off in the web.config to see actual exceptions on the deployed application.


Regards,
Marin Bratanov
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

0
Duy
Top achievements
Rank 1
answered on 14 Mar 2014, 07:01 AM
Thanks Marin, I used fiddle to look for the problem and further investigation with found related article for similar issue.  (properties  web.config must be runAllManagedModulesForAllRequests="false" and precondition="manageHandler")

Regards,

Duy
Tags
ToolTip
Asked by
Duy
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Duy
Top achievements
Rank 1
Share this question
or