Código fuente de 'Escribiendo desde el servidor.asp'
<html>
<head>
<title>Escribiendo desde el servidor - Códigos asp, programacion asp, descargas asp, rutinas asp</title>
</head>
<p align="center"><b><font size="3">Escribiendo desde el servidor</font></b></p>
<br>
<br>
<body style="font-family: Arial; font-size: 11pt">
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Response.Write("<FONT SIZE=3 FACE=ARIAL>")
Response.Write("Estoy escribiendo desde el servidor")
Response.Write("</FONT>")
</SCRIPT>
</body>
</html>