KN wrote:
> I'm having someone check to see if perms can be lifted
> so CF can access *another drive letter*. The custom tags
are located on one
> drive and the content on the other.
>
"Another Drive Letter", that is what I was looking for. Are
these drive
letters local or network?
By default ColdFusion runs under a 'localSystem' user on
Windows
Servers. This 'localSystem' user, again by default, has
access to all
local drives, but *NO* access to any networked resources,
even mapped
drives.
To get the latter you have to change the default
configuration of
ColdFusion to run under a user with the desired permissions.