string site = Request.ServerVariables["server_name"];
string url ="sadikcalisir";

if (url==site)
{
Label1.Text = "bu site doğrudur";
}
else
{
Response.Redirect("http://sadikcalisir.com.tr");
}

denemedim ama çalışır herhalde