Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We have a Phonegap application (HTML5 front UI) running for iOS. This uses a ASP.Net Handler set for the business logic.

I am stuck with a wierd issue from past few days.

The user is complaining that he gets a "Internal Error 500" when trying to navigate through various screens. Not consistent for a single screen.

We have localized this issue to be occuring only on Verizon cellular network and not other network (AT&T works beautifully).

The application uses a simple AJAX post and calls the ASP.Net Handler for data and the ASP.Net handler returns the data as JSON.

My Questions -
1. What should I look out for regarding the error ? (Event logs, server logs etc ?)
2. How do I catch the Internal Error 500 and may be look at whats happening ?

Any inputs are welcome.
Posted
Updated 31-Jul-14 1:34am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900