An issue with accessing files outside of web root
Basically, this is an extension of this thread.
I have added a mapping in CF Admin.
I have:
C:\ColdFusion9\xcfc
C:\ColdFusion9\wwwroot
In CF Admin, I have added a mapping: /xcfc points to C:\ColdFusion9\xcfc
I used the following code:
<cfinclude template="/xcfc/test.txt" />
I get an error message:
Security: the requested template has been denied access to C:\ColdFusion\xcfc\test.txt
(java.io.FilePermission C:\ColdFusion\xcfc\test.txt execute.)
I read, somewhere, about making sure the CF user has rights. But in my Users CP (Win7), there is only Administrator, Guest, and myself.
???
^_^
