Hi,
Our Live server CMS is hosted in IIS 7.0 windows box and the sites are
published to Unix box.
What we are trying to do is, read some RSS feeds and show the posts
excerpts in our site's web page in run time.
There are some Google javascripts available to do this. For SEO
perspective, we would like to get raw HTML data and add the same to
our site. if we use javascripts when we view the source code of our
webpage, it will show the script not the generated html. and google
cannot read javascripts.
One of the way I thought to do is using asp code between <!
IoRangePreExecute> tags in our template file. I tried that I can run
some basic code like:
<!IoRangePreExecute>
<%
Response.Write ("<br>Testing HTML code here <br/>")
%>
<!/IoRangePreExecute>
but I am not able to use any xml dom, download the rss feed, etc.
Then I tried creating a .net dll and use the same in asp code in
between <!IoRangePreExecute> tags. I can succusfully read the rss in
an asp page. When I tried to use the same in liveserver, my admin says
they cannot use .net as the site we are publishing is a Unix box.
I tried to use PHP but it doesn't worked may be it is not installed in
my server.
Kindly suggest the best approach to achieve my requirement. If you
have any questions please let me know.
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.