I`ve done an ASP.NET AJAXwebsite and it works perfectly on my development machine. Ok! But whenI try to deploy my application on a webfarm scenario my website doesn`twork properly.
It comes out with the following error message sometimes:
"
Sys.WebForms.PageRequestManagerParserErrorException:The message received from the server could not be parsed. Common causesfor this error are when the response is modified by calls toResponse.Write(), response filters, HttpModules, or server trace isenabled.
Details: Error parsing near '
<!DOCTYPE html P'.
"
Thisproblem occurs randomly. Apparently, it`s due to the load balanceconfiguration on our web servers. I think when the request goes toanother machine my website crashes.
Any hint would be very appreciated. :]
You may want to check this out
http://www.rosshawkins.net/rfh/articles/webresource.axd.html
Let me know if this helps.
No comments:
Post a Comment