Estimados chicos estoy haciendo un rss con asp , pero me da problemas el
include. y no se como solucionarlo.. me podriais ayudar?.. os pego un
trozo deŽcódigo
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="..//consultas.asp" -->
<% Response.ContentType = "application/xml" %>
<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
<title> titulo</title>
<link>
http://www.miwers.com/</link>
<description>mi descripcion</description>
<language>es</language>
<copyright>2005. All Rights Reserved.</copyright>
</channel>
</rss>
Leer las respuestas