> Is there any way for CFMX to access network shares using > UNC paths? CF5 worked fine but since upgrading to CFMX > the UNC paths no longer function.
By default, neither UNC paths or drive letters mapped to shares would work with any version of CF. By default, the CF service runs within the SYSTEM security context, which has no rights to network resources. To access either UNC paths or drive letter mappings, you'd need to either run the CF service as a specific user with rights to those network resources, or create a connection to the resource that could be used by the SYSTEM security context. I seem to recall that within a domain, you could do this by creating a persistent mapping as a domain administrator, but I may be misremembering that, and it doesn't sound like a good idea anyway. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

