I have a facebook app with an asp.net update panel. It works fine when running outside facebook, however once I run the app in Facebook the update panel stops working. I check the javascript console and found the following errors were occuring.
Uncaught Sys.WebForms.PageRequestManagerParserErrorException: 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.
Can I use the update panel in my facebook app?
Could this error be from this entry in the web.config file?
<add verb="*" path="facebookredirect.axd" type="Facebook.Web.FacebookAppRedirectHttpHandler, Facebook.Web" />