Create dynamic rss with asp and msSQL server

Asked By 0 points N/A Posted on -
qa-featured

I have a website built with asp and SQL server. I want to create dynamic rss with asp and mssql which will display my latest blogs, articles and posts. How do I do it? I have searched high and low but nothing seems to answer my queries. I had read an article somewhere on the internet and applied it to create this < feed I named rss.asp > but it doesn’t work anyway with Internet explorer.

I am still at a lost on how to create dynamic rss feed using asp in the ms SQL server. I don’t know what am I missing and I don’t really know about XML. Please help me search for something. Thank you very much.

SHARE
Best Answer by Belmon Samson
Best Answer
Best Answer
Answered By 0 points N/A #165869

Create dynamic rss with asp and msSQL server

qa-featured

Hi,
    You have not found any information on the internet because this is practically very tough to produce the dynamic RSS with only using the ASP and my SQL. You will definitely need a knowledge on XML or PHP. These will help you in implementing the solution.

This time please check the internet and search how to implement the dynamic RSS using PHP and my SQL and you will get a positive result but first get a little knowledge of these languages too.

Please check this link for accurate implementation knowledge.

Hope you got your answer! 🙂

Answered By 5 points N/A #165871

Create dynamic rss with asp and msSQL server

qa-featured

You have so many options that you can using using PHP. You have content management system such as the WordPress, Joomla and Drupal and all of these can provide the easy implementation to dynamic RSS. However, you need to be quite stressful in case of ASP.net. In this case you need to use content management system such as Mojo and that can certainly solve the problem. The concept of dynamic RSS can be implemented using mojo.

Answered By 0 points N/A #165872

Create dynamic rss with asp and msSQL server

qa-featured
Hi,
I have found the link with the completed project (this is for MS Visual Studio 2005) You can download it zipped on this link > https://www.linglom.com/downloads/DynamicRSS/DynamicRSS_CSharp.zip;
Using files downloaded from that link You should resolve Your problem, but if the problem, somehow, still exist, be free to send me a message.

Related Questions