IMG SRC not finding file from CFM
Hi, I'm using ColdFusion9 with the 9.01 update and ColdFusion Builder 2 on port 80 on IIS 7.5.7600.16385. When I run the following line in logo.html the gif is properly displayed:
<img src="../images/logo_c.gif" alt="Orange Whip Studios"/>
When I run the line in logotest.cfm the alt text is displayed, even though FileExists finds the gif at that path. Any idea why? Thanks.
