Vedi ho inserito nei codici questo

<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.pagineaziendali.com"
%>
<html>
<head>
<title>Titolo</title>
<meta name="keywords" content="keywords se le vuoi mettere">
<meta name="description" content="breve descrizione">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>


ma,non va