cfimage CAPTCHA Not Displaying
You may occasionally run into a problem with ColdFusion and IIS where your CAPTCHA images created by cfimage are simply blank and look like they don't exists. Assuming you don't have a corrupt installation, the following instructions will help fix this.
- Open IIS
- Expand the server your working with by clicking the plus sign and go to the properties for "Web Sites"
- In the Home Directory tab click on "Configuration"
- You should now be on the "Application Configuration" screen, select the Wildcard Mapping at the bottom which goes to cfroot/runtime/lib/wsconfig/1/jrun_iis6_wildcard.dll and hit Edit
- Make sure "Verify that file exists" is unchecked and hit OK until your back to the IIS Manager.
This should correct any issues you had with cfimage and many other tags that also create things "on the fly" in ColdFusion.
