Posts: 10
Name: Andy
Location: Sunshine Coast, Queensland
|
Quote:
Originally Posted by terrence01
How can I generate my rss feeds for this link?
<removed link as it isn't really required>
Thank you in advance.
|
All you have to do is create an ASP.NET page that on the load event writes out a text file conforming to RSS standards. Then set up a scheduled job to call the page on a regular basis. And make sure that the page doesn't show up in Google by putting it in robots.txt.
|