ASP.NET Response.Redirect shows CDATA to browser -


I have recently taken a web server to a new server and every response The redirect bus shows CDATA to the browser. The form was posted back, the changes were made, but the browser is not loading a new page, just shows the CDATA.

Any thoughts?

An HTTP redirect from asp.net is usually returning an HTTP header instead of any HTML output Have you tried transferring the HTTP header to determine?

Devices can help with the following:

CDATA is an XML element, and as such I do not expect it to be the sole output from the server. Can you try to see it here completely?


Comments