Michael Schwarz wrote: > Hi, > > with the current version you should not get the http 100 continue > error. Which version are you using? Is there any public URL that you > can show me? > > Regards, > Michael
Hi Michael, I am using version 6.7.20.1 of the AjaxPro DLL. I'm sorry I don't have a public URL on this project. It is an intranet app. It seems that when the amount of data returned to the client is large, the data becomes truncated and the last part of the data is the Http/1.1 100 Continue tag. I fixed the problem by redesigning the return data so that it is much smaller. I was returning over 120K, now probably closer to 25-40K. Since I changed the amount of the data returned, I have not been able to reproduce the problem. If you would like to see some example code, feel free to e-mail me. Bob Carboni --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
