I'm trying to do some redirecting from some old coldfusion files that are still indexed on our system here to their new counterparts.
Because the cold fusion files don't actually exist any more, I want to use .net for the redirect.
I read this suggestion here: In IIS, Is it possible to execute a .HTML page as aspx? about how to interpret .html files with .net and tried the same approach for .cfm with no success. My site is set up in integrated mode so the only change I made was to the web.config per the suggestion in that post. When I hit the .cfm page, I get a 404 for some reason. If I rename it to .aspx, it works just fine.
the site I'm working under is .net mvc 3 if that makes any difference.