Copy link to clipboard
Copied
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.
???
^_^
Copy link to clipboard
Copied
How can I log on as Local Service? I assume that it has a password.
My bad.. Local SYSTEM. Sigh..
^_^
Copy link to clipboard
Copied
How can I log on as Local Service? I assume that it has a password.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms684188(v=vs.85).aspx
(which I got from GOOGLING "windows default "local system" account password"):
"Note that this account does not have a password, so any password information that you provide in this call is ignored."
--
Adam
Copy link to clipboard
Copied
I googled "log on as local system" and got nuttin'..
I tried logging on as "LocalSystem", ".\LocalSystem", and "{computer name}\LocalSystem", all responded with "Username or password is incorrect."
^_^
Copy link to clipboard
Copied
So, I tried going to a command prompt and using the following (without quotes) "at 10:00 /interactive cmd.exe" and it's not doing anything. 😕 I cannot seem to log on as Local System.
^_^
Copy link to clipboard
Copied
Scratch what I originally wrote in this post. It suddenly started working and I have NO idea why.
^_^
Find more inspiration, events, and resources on the new Adobe Community
Explore Now