[Solved] c# mvc ajax post 500 internal server error


The 500 Internal Server Error means that some exception or run-time error has occurred in the controller action at server side which was not handled properly, just put a break-point and debug the controller action to see where it is breaking.

Hope that helps!

2

solved c# mvc ajax post 500 internal server error