Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,
I have an application and it is giving the error in the deployed version like this.
Message: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
Line: 4723
Char: 21
Code: 0
URI: http://10.134.0.183:8188/ScriptResource.axd?d=bRYRE_xXzq_52tDUUTfDXEokfx7bIDwgGxmxj0kBaXseNJHmFypt_DRIslc8nxP5RLWgeUi2-qw11WSjKrcDc8dq9jOxuqioMaUjYQQ3WkR8S-tzE_J0UcFY0ipALihNxkA-mVK710VcT02nb5R028MBkGDJWkth1giP5FbBalCbNq_c0&t=ffffffff8dc250fc


PLease help me I am struggling on this issue from 3 days. Thanks
Posted
Updated 19-May-12 20:47pm
v2

1 solution

The 500 Internal Server Error is a very general HTTP status code that means something has gone wrong on the web site's server but the server could not be more specific on what the exact problem is.

If you have access to the webserver, try looking at event logs/iis logs if it can give you more information.

Look at this link, it explains more about 500 Error Code:

http://pcsupport.about.com/od/findbyerrormessage/a/500servererror.htm[^]
 
Share this answer
 

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