Please help me to resolve my ajax error
Posted
by Rajesh Rolen- DotNet Developer
on Stack Overflow
See other posts from Stack Overflow
or by Rajesh Rolen- DotNet Developer
Published on 2010-05-05T07:12:10Z
Indexed on
2010/05/05
7:18 UTC
Read the original article
Hit count: 278
i am using asp.net (.net framework 2.0) i am getting below error for my ajax popup extender
error :
Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near 'The server rejected '.
actually is not giving me error on localhost, i have uploaded it on 2 other different server on 1 server its working fine but on other server its giving me above error. (on server where is working fine has got windows 2000 and on which its giving error its ms windows 2003). this is link where its giving me error : highschoolers its on "Join new for free" button ..
© Stack Overflow or respective owner