Question
Installation of CF2021 Enterprise using Google Chrome Browser Index.cfm
Simplest explanation is that we created our site, added a simple index.cfm file and it works if url like this: http://localhost if we go to http://localhost/index.cfm the browser downloads the index.cfm as a text file and the contents of the file is the isapi dll.
It's any cfm/cfc/cfml/etc file in the url directly does this.
we discovered it with the site, but it's the same issue with the basic default website and a plain index.cfm file.
