Hi,
I've found the same problem with http status code 100, but currently I
couldn't find why this happens. Is it only comming from time to time,
or on every (or every second) call?
Regards,
Michael
On 5/31/06, vparnas <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> Similar to some other posts, I ran into a problem reproduceable only on
> a Windows 2003 platform. I should also mention that this occurs only
> when the site is accessed remotely, as opposed to through localhost.
> When I click on certain links in my website involving an ajax call, I
> almost always get a expected ';' javascript error. The problem occurs
> in the createResponse function of core.ashx. The statement in question
> is the following:
>
> if(responseText != null && responseText.trim().length > 0)
> eval("r.value = " + responseText + ";");
>
> Under normal circumstances, responseText is supposed to contain a
> serialized result set. In this situation, however, responseText still
> contains the expected return values, but followed by "HTTP/1.1 100
> Continue" appended at the very end, then followed by two carriage
> returns. This unexpected string obviously causes the eval statement to
> fail. I don't need to mention that stripping out the "HTTP/1.1 100
> Continue" in debug mode causes the statement to execute successfully.
>
> Various ajax calls on my website exhibit this behavior, but some much
> more than others. Very often the call might work on the first attempt,
> but not afterwards until I refresh the page. Other times, it occurs
> right away. From my somewhat limited knowledge of the HTTP protocol, I
> can't see how the HTTP 100 status has any bearing under these
> circumstances, or how it gets embedded in the response text.
>
> The site uses ajaxpro version 6.5.3.1, but I attempted this with
> 6.5.17.1, with no luck.
>
> Any help is greatly appreciated,
>
> Vitaly
>
>
> >
>
--
Best regards | Schöne Grüße
Michael
Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer
http://weblogs.asp.net/mschwarz/
http://www.schwarz-interactive.de/
mailto:[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---