How solve this the status code returned from the server was: 504 in asp.net 2005 with using of AJAX
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 504
-
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 504
Check these[^]. If it doesn't help, follow steps below: Can you access the server? If No, can't help much. If yes, check IIS logs file at: "C:\Windows\System32\LogFiles\W3SVC1\" If there is more than one website hosted on your server, W3SVCNumber will differ. Also check httperr Log file at: "C:\Windows\System32\LogFiles\". Find related entries and give details.
..Go Green..