CFChart on IIS
You have a page with a
Problem:
Some ColdFusion Administrator functions, as well as RDS and
cfchart
functionality, rely on two ColdFusion templates. However, these templates do not exist by default. You will need to create the zero-byte files, since IIS will check for them during processing.Solution:
- Open Windows Explorer.
- Navigate to the web_root/CFIDE directory, typically located at \inetpub\wwwroot\CFIDE.
- Create a blank file named GraphData.cfm.
- Create a directory called main.
- Navigate to the new directory atweb_root/CFIDE/main.
- Create a blank file titled ide.cfm.
- Repeat steps B-F for any additional instances ofweb_root/CFIDE.
This is taken directly from:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_18516&sliceId=1
Other Advice:
http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=998