Tagged Questions
14
votes
8answers
19k views
Why do I get “Cannot redirect after HTTP headers have been sent” when I call Response.Redirect()?
When I call Response.Redirect(someUrl) I get an HttpException: "Cannot redirect after HTTP headers have been sent".
Why do I get this? And how can I fix this issue?