Forum Moderators: open
Any suggestions on a RSS solution for ASP that I can post feeds / links on my pages
Also - I would need to "re write" the file extensions from .asp to .html - as the feeds will go on pages that are already indexed on all of the SEs (so I can't change the filenames, extensions)
thank you again!
If you can manage your server from IIS consolle you can edit settings and enable the IIS engine to manage .html files as .asp, writing ASP code inside.
BTW, the best solution is directly writing .html file using ASP File System Object with the content you want to put inside.