Asp.net – Ajax error message replaced by 500 Internal Server Error
I called a ASP.net 4.0 web service using ajax(). I can get my error message locally, but when I deploy to server, the error was replaced by 500 Internal Server Error with message "There was an error processing the request.".…