cfajaxproxy problem in CF9
We just upgraded to ColdFusion 9 on a Windows Server 2003 box that uses IIS 6 to serve the sites.
Now that we've upgraded all of our <cfajaxproxy> tags are broken. Here is a sample: <cfajaxproxy cfc="getReports" jsclassname="GetReportsInfo">. The cfcs reside in the same directory as the cfm pages but we are getting an error that says "The specified CFC getReports could not be found.
The path to the CFC must be specified as a full path, or as a relative path from the current template, without the use of mappings."
It doesn't make sense that if they are in the same directory as the calling program then why can't it find them.
