WE HAVE A WINNER! Yes, that's exactly what the fix is -- telling IIS to check the file exists before passing it to ColdFusion for processing.
I don't know how our apps with folder permissions have (apparently) been trouble-free for years, but it looks like we've now fixed this issue. Perhaps using HTTPS for this new app is what surfaced the issue. So ColdFusion was going around IIS, not because ColdFusion had permission, but because IIS wasn't checking the .cfm file's existence before passing it to ColdFusion. Thanks Byron, and also Russ and others for the help. Chris On Thu, Oct 25, 2012 at 12:12 AM, Byron Mann <[email protected]> wrote: > > There is somewhere in the handler mappings in iis to "check if the file > exists". If it is unchecked I do not think IIS touches the file system. > > Maybe? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353003 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

