sayfanın en başında şunlar kesinlikle olsun ki problem çıkarmasın hiç
Alıntı
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1254"%>
<%
Session.CodePage = 1254
Session.LCID = 1055
Response.Charset="Windows-1254"
Response.ContentType="text/HTML"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Yeni Sayfa 1</title>
</head>
<body>
</body>
</html>