Hello,
I have been using AjaxPro for a while to populate a custom tree control
under ASP.Net 1.1
(http://www.codeproject.com/useritems/TreeCheckList.asp). I was using
an older version of the AjaxPro.dll and everything was working great.
Recently, my Windows server was upgraded from 2000 to 2003, and I
noticed a problem with the "Http/1.1 100 Continue" string and carriage
returns being injected into the response text. I dowloaded the latest
AjaxPro.dll version (6.7.20.1) to fix the problem, and I turned off
keep-alives on the server. The problem is still there, but now happens
in another call. In the Ajax call now failing I return a class object
made up of 4 hashtables. The data appears to be getting truncated in
the response with the last part of the string as the Http/1.1 100
Continue. The response looks something like this:
"{\"__type\":\"PDEClient.AjaxSelectionState, PDEClient,
Version=1.0.2433.31432, Culture=neutral,
PublicKeyToken=null\",\"DimensionSelections\":[[\"INSTITUTIONS\",[[\"MN\",1,\"System.String\",\"PDEMetaData.DimItemStatus\"],[\"RI\",1,\"System.String\",
....
<<more data here - about 110K total>>
....
[\"0191205\",1,\"System.String\",\"PDEMetaData.DimItemStatus\"],[\"0620025\",1,\"System.String\",\"PDEMetHTTP/1.1
100 Continue
Is there any other settings I can change on the server to fix this?
Thanks for any help.
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---