create RSS feed to my own website

Discussion in 'XML & RSS' started by hlp4al, Sep 8, 2009.

  1. #1
    Hi..

    I am new to RSS feeds kindly help for solving my problem..
    I created a RSS feed to a page in web site.
    for example to my homepage home.asp, i created RSS feed.

    I edited the Home.asp page, this edited content is not displaying in the RSS (XML) feed page.

    Is there any possibility that the content in the homepage (home.asp) directly reflect on the xml page(RSS page)?

    Its too urgent to me.. kindly provide u r valuable suggestions to me.

    Regards
    hlp4al
     
    hlp4al, Sep 8, 2009 IP
  2. leebari

    leebari Peon

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You need to set correct content type so web browser and RSS readers would detect your asp page as xml feed.

    Add this line as first in your asp file:

    Response.ContentType = "text/xml"

    Regards
     
    leebari, Oct 13, 2009 IP
  3. audoeyop

    audoeyop Guest

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You should just create an RSS feed on pulssr.com and embed it onto your site...
     
    audoeyop, Oct 22, 2009 IP