I have a problem after installing Coldfusion 10 update 14.
I performed the installation and after making connections with IIS 7.5 on windows server 2008 R2 platform tag cfcontent not display images that are enclosed in another partition. In my case my environment contains CF10 in C:\
Applications on D:\ and the images in F: and when trying to retrieve a readable image inside the F:\ it simply does not display anything.
Example of code that I tried:
<cfcontent file="F:\app\2014\03\01f10-10-20.jpg" type="image/jpeg" reset="true" />
<img src="F:\app\2014\03\01f10-10-20.jpg" />
I believe it is a bug because before the update worked correctly!
Anyone have this problem too?
Wanted to know before reporting bugs at the base of the Adobe.
Thank you!