Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Struggling to display RSS feed using ASP script 1

Status
Not open for further replies.

TobyA

MIS
Nov 7, 2002
164
0
0
GB
Dear All,

Firstly, I am not a programmer, so forgive my complete and utter ignorance of all things ASP related.

I am trying to display an RSS feed on a website using some ASP which I found on this website -
I have downloaded the script and running it locally it works (kind of):-

rss-screenprint1.jpg


However, when I put this page on my web server I get an error message:-

The ASP file is here:-

I presume this is a permissions issue? How do I grant the file the necessary permissions?

Any help would be much appreciated.

Thanks in advance,
Toby
 
Hi monkshake,

That has solved my problem - Thank you so much!

I gave the IUSR account modify permissions to that directory and it works now!


While you're on... Any idea how I display the news stories properly, rather than just the URLs?

Currently I have -

response.write "<h3>" & rss.ChannelTitle & "</h3>"

Dim i
For Each i in rss.Results
response.write rss.Links(i) & "<br>"
Next

Presumably I need to add more response.write commands to display the news heading and story....

I think perhaps I need to pay a programmer to do this for me.

Thanks again for your help anyway monkshake.
 
Cool, glad it worked. About the second question, I'll look into it. I don't know hardly anything about RSS feeds, but I'm interested in them, so I'll see what I can do.

[monkey][snake] <.
 
Ok. Thanks for the source code post, I'll take a look at it.

[monkey][snake] <.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top