Hello,
I have worked on a web app on my computer using AjaxCFC. All is working as
desired and now is time to move it to production.
When I started going over my changes in production, I have the following error:
"Access denied(java.io.filepermission
C:\coldfusion8\wwwroot\web-inf\cftags\componet.cfc read)"
I moved the ajax.cfc from the root folder to the component folder where all my
other components are, and it worked for a moment. Then I continued testing other
parts of my project, and I've got the same error again.
My components start with something like this:
"<cfcomponent displayname="Intranet Section" extends="ajax"
access="remote">"
Does anybody has had this error before?
Thanks,
David