I would like to display an RSS newsfeed on my site and would like to use server side scripting so that search engines may crawl it (as oppose to java script). I am only planning to put the RSS feeds on 6 pages of my site, including the main home page. To do this, I will be required to change the suffix of these 6 pages, including the main home page from ".html" to ".asp". I was going to do a 301 redirect, but I have been told that a Windows server can parse .html pages as .asp.
Does anyone know how this can be done?