Response.Clear(); HttpContext.Current.Response.Write("Object MovedObject moved to HERE"); Response.Status = "301 Moved Permanently"; Response.AddHeader("Location", thisSite + resolvedTo); HttpContext.Current.Response.End();