Severity: Information
Invicti identified an unexpected redirect response body (too large).
This generally indicates that after redirect the page did not finish the response as it was supposed to.
Response.Redirect("redirected-page.aspx", true)
instead of Response.Redirect("redirected-page.aspx", false).
exit()
after you redirect the user.