Bu Kodları web.config kısmına attım, ancak hata verdi,
<script>
private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = “301 Moved Permanently”;
Response.AddHeader(“Location”,“http://www.new-url.com”);
}
</script>
yalnizca bunlari atin hocam.