A transport-level error has occurred | Issue with join functionality in editor
A transport-level error has occurred | Issue with join functionality in editor
Dear All,
I am facing some issue with transport-level error.
The program is made with ASP.NET WEB API with Datatables, Editor.
The fetching and displaying of data is proper with a single table from remote database. But when I use joins, the same code give me timeout error.
{"A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The semaphore timeout period has expired.)"}
Am I missing anything.
Thank you in advance for your help.
With warm regards,
Krishna
This question has an accepted answers - jump to answer
Answers
Additional point: The sample programs with Joins in datatables library works without any issue even though the database is in remote server.
Hi Krishna,
Could you show me the controller and model code (if you use a model) please?
Thanks,
Allan
Hi Allan,
I think this was a problem with network settings. I reset my network adapter settings. And it worked fine. Thanks a lot for your support. Sorry for late response.
With warm regards,
Krishna