The results are in! Meet the top members of our 2017 Expert Awards. Congratulations to all who qualified!
public ActionResult DataAdmin()
{
return Redirect("http://www.google.com");
}
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
It looks like your headers have been set already in another place.
Try calling Response.Headers.Clear() before the Redirect to see if that helps
Find me on: www.extremedev.blogspot.com