COMPUTER NETWORKS AND COMMUNICATIONS
INTERNET AND WEB TECHNOLOGIES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
500 Error
|
|
360 Error
|
|
180 Error
|
|
001 Error
|
|
900 Error
|
Detailed explanation-1: -The HyperText Transfer Protocol (HTTP) 500 Internal Server Error server error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request. This error response is a generic “catch-all” response.
Detailed explanation-2: -Please try clearing the browser cache. If a document containing 500 errors is cached after the cache has been removed, the browser may request a new version of the document. Come back here later. In the meantime, the webmaster can resolve the server problem.
Detailed explanation-3: -This problem occurs because the handler mapping for the requested resource points to a . dll file that cannot process the request. To resolve the problem, edit the handler mapping for the requested resource to point to the . dll file that can process the request.
Detailed explanation-4: -Normally, a permissions issue on the file (or files) would be one cause of the 500 Internal Server Error. The simple solution is to run chmod 644 on the problem file(s) or chmod 755 on the directories. The best way to debug the error depends upon the server and what’s actually running at the time.