locked
Failed to load resource: the server responded with a status of 500 (Internal Server Error) RRS feed

  • Question

  • User-978397479 posted

    I have a MVC web application built on 4.5 framework. This is hosted on multiple servers i.e. around 4 servers.

    Currently, I am getting ajax failed to load resource error .... Internal Server Error (500). This is happening very in frequently i.e. on my first request or GET request it throws an error but on refreshing the page it works fine. The same continues.

    On failed request tracing I see below error.

    ModuleName ManagedPipelineHandler
    Notification EXECUTE_REQUEST_HANDLER
    HttpStatus 500
    HttpReason Internal Server Error
    HttpSubStatus 0
    ErrorCode The 

    Can anyone please let me know why is this issue occurring ?

    Wednesday, January 3, 2018 11:15 PM

All replies

  • User-1838255255 posted

    Hi sameer.s.panicker,

    According to your description, about this error(Interval Server Error 500), it is may be caused by the server side, if you meet this error when the project run in the local? if you meet this issue in the local, please debug it to check which line code caused error. 

    If you meet this issue only after publish it, please share us more detailed error message. 

    Also here is a tutorial about how to fixed this error:

    500 Internal Server Error: 

    https://www.lifewire.com/500-internal-server-error-explained-2622938 

    Best Regards,

    Eric Du 

    Thursday, January 4, 2018 6:20 AM
  • User-978397479 posted

    I am not able reproduce this by debugging locally and nor using Direct URLs of each server. 

    This issue occurs only when I use my load balanced VIP URL.

    Thursday, January 4, 2018 3:11 PM
  • User521825913 posted

    Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    The web server is telling you that something went wrong, but it's not sure exactly what that is. This is a "catch all" status for unexpected errors. The error is particularly frustrating because it gives you no information about what specifically caused the server error. The first thing you need to know about an Internal Server Error is that the error can only be resolved by fixes to the Web server software. It is not a client-side problem meaning that the problem is not with your browser, your computer, or your internet connection. While not probable, it is possible that there's something wrong on your end, in which case we'll look at some things you can try:

    First you Backing Up Your Site
    Verify Server permission
    Check .htaccess file
    Increasing the Memory Limit
    Deactivate all Plugins
    Re-uploading Core Files
    Finally, Ask your Hosting Provider

    Wednesday, February 19, 2020 6:14 AM