Hosted app.

Hosted app.

Chandler242Chandler242 Posts: 36Questions: 12Answers: 0

Hey Allan,

My .NET Core web application works fine on my development computer. But when I published the app to a .NET web hosting server I got Ajax error - 500 internal server error for all the Datatables/Editor pages.

I understand this may not be directly related to the Editor library itself but I was wondering if you could point me to the right direction to fix the problem.

Regards,

John

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    There's something on the server causing that 500 error. Have you checked the server-side logs for the web-server? Does it give more information there? You could also try running the PHP files directly on the server and see whether that also generates the error.

    Colin

Sign In or Register to comment.