java.io.FileNotFoundException: (Access is denied) issue
Running CF9 on Win7 64 and iis7. getting the error below when I try to write a file
<cfscript>
FileWrite(GetDirectoryFromPath(ExpandPath('./somefilename.png')), "#somedata#");
</cfscript>
Error occured while performing write: java.io.FileNotFoundException: (Access is denied)
The path exists and I have tried the following with no success.
1. change CF to run as a different account and add that account with full access to the web dir - no luck
2. modified all accounts to have full access to the web dir - no luck
3. CF sandbox permissions - no luck
4. changed UAC settings to none - no luck
5. added that web dir as an exclude from the virus software - no luck
6. searched google high and low - no luck
nothing seems to work. out of ideas.
anyone else run across this issue? and solve it?
Thanks.
