I am having an application where its full dependent on wcf services , so...in one of my pages I am trying to bring a huge data from the wcf service , its arround 13000 characters of html . but the problem is that I am getting an开发者_运维知识库 error because of the size of the data , I am having error code 504 of the jxr ( xmlhttprequest object in jquery ) ....can somoene tell me what to do what that ?
anyway this is exactly my case but I really want a solution else cutting the response http://professionalaspnet.com/archive/2010/09/01/ReadResponse_28002900_-failed_3A00_-The-server-did-not-return-a-response-for-this-request_2E00_.aspx
Okay , the answer to this was that I am using StatusDescription to pass my wcf result , and httpstatusdescription have a limit of 512 characters so I was exceeding that limit.
精彩评论