Hi CS, what I understood is:
- You're not allowed to use any scripts (ASP,PHP,...) on the webserver - Therfore you have to grab the RSS feeds within the Management Server - You're able to execute ASP code that is surrounded by PreEcecute block marks What I didn't understand is the following sentence: "...but I am not able to use any xml dom, download the rss feed, etc. ...." So what happens when you try to use a dom object? Does nothing happen? Do you get an error message? Maybe this tutorial will help you: http://www.reddotcmsblog.com/creating-rss-feed-in-reddot-cms Best regards, Manuel On 15 Okt., 06:30, CS <[email protected]> wrote: > 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.
