Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How can I change permissions to access network drive

New Here ,
Oct 15, 2010 Oct 15, 2010

I change Cf user permission for I access and upload my network drive documents(for using a cffile action="upload"). I need to add permission on the network.How change my Cf access my authority.http://help.adobe.com/en_US/ColdFusion/9.0/Installing/WSf01dbd23413dda0e-2c56ae6b11fae6200fe-8000.ht...
I couldn't not to it.This isn't enough information.Could you be helpfull?

687
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Oct 15, 2010 Oct 15, 2010

The user associated with the service credentials needs to have permission to use the drive in question. You will also have to access the drive using its UNC - \\serverName\serverShareName\directory\...

By default, the CF service uses a local system account as its login credentials. You'll need to change this to an actual user account.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 18, 2010 Oct 18, 2010
LATEST

In windows open your computer manager and go to services.

Find The ColdFusion application server, and right click, get properties

go to the logon tab, and change it to a user that has network access.

restart coldfusion.

-

Regards

Russ Michaels

blog: www.michaels.me.uk

www.cfmldeveloper.com - FREE ColdFusion developer hosting and community

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources