Será que el programita ese toma...
Código:
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
y lo convirte en...
Código:
Response.Write "<html>"
Response.Write "<head>"
Response.Write "<title></title>"
Response.Write "</head>"
Response.Write "<body>"
Response.Write "</body>"
Response.Write "</html>"
..???