Using ColdBox, I'm needing to use remote functions...
# box-products
r
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?
b
You haven't said what error/issue you're getting, lol
What URL are you hitting for these Ajax calls and what happens in the browser?
r
Sorry, meant to remove this topic. I was not able to see the error as it was only supplying a 404, but the issue was that the jakarta virtual dir was missing in the IIS. The issue wound up not being anything related to Coldbox which is why I meant to remove. My kids and wife came home and got distracted.