Using ColdBox, I'm needing to use remote functions that exist in the models directory for the moment until I get them all converted into using handlers. On my local machine, all of this works. However, I'm setting up a staging server using IIS and using the ColdBox IIS web.config template given from Ortus. I have ajax calls on remote cfc functions within the models directory that are not found on the Staging server as a 404 error, when in fact, they are definitely in the right place. I added an IIS rule in the web.config to allow for cfc files, but it didn't help at all. Any ideas?