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 ? is it like there is some limit on wcf response ?
anyway this is exactly my case ,
http://professionalaspnet.com/archive/2010/09/01/ReadResponse_28002900_-failed_3A00_-The-server-did-not-return-a-response-for-this-request_2E00_.aspx but i dont want to cut the response...anyone can help me with that?