ColdFusion can include and execute non-CFML files (like .html or .txt) as CFML code using the cfinclude tag. The compileExtForInclude property in Application.cfc controls which file extensions are processed as CFML versus transcluded as static text. By default in Adobe ColdFusion 2025, this is set to "*" (all files), but can be
Sort: