How to generate MRSS using Asp.net and C#?

Discussion in 'C#' started by technoguy, Dec 28, 2006.

Thread Status:
Not open for further replies.
  1. #1
    Can anyone help me how to generate MRSS using Asp.net and c#?

    Any help will be appreciated.

    Thank you and happy new year.
     
    technoguy, Dec 28, 2006 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    mRSS - as in media rss feeds?

    Remember, the structure of an asp.net page is not required to have the html doctype or a code-behind even. Just code it, append to a string. Set the content-type to mrss, then output the string you compiled ;) - Just like spoofing an xml, rss, etc... file
     
    ccoonen, Dec 29, 2006 IP
Thread Status:
Not open for further replies.