Can anyone help me how to generate MRSS using Asp.net and c#? Any help will be appreciated. Thank you and happy new year.
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