Datatable Failed to load resource 404 ajax server side processing

Datatable Failed to load resource 404 ajax server side processing

ddessddess Posts: 7Questions: 3Answers: 0

I'm using jquery datatable with Json bind and server side processing enabled. I'm using it with an ASP.NET MVC project.

When I publish my app to IIS, I'm getting this error: Failed to load resource: the server responded with a status of 404 (Not Found), there is no error when i run my app on local in Visual Studio.

When I check the console log on the browser I see that error and I can see my parameter values in error sentences like start, length, draw. I think it means data returns with my mvc action code, but doesn't bind to datatable.

Please help, I need every idea of what is probably cause of that urgently, thanks a lot.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599
    Answer ✓

    Have you progressed past this now? Your other thread would suggest so...

  • ddessddess Posts: 7Questions: 3Answers: 0

    Yes, i figured it out, it was just a slash in my ajax url. If anyone has the same problem, please check the ajax url path. Thanks.

This discussion has been closed.