In IIS 7.5, is it possible to use web.config alone to enable SSI processing for files that have the .html extension? Specifically, I don't want to use the default SSI extension, .shtml.
Reason: I don't want to change the extensions. Doing so would lead to broken links in search engine results.
Also, my motivation for doing this in web.config is because this is a shared server.