Re: CFDirectory on mapped drives

2011-07-13 Thread Russ Michaels
c:\coldfusion\runtime\lib\wsconfig or just edit the handler mappings in IIS to see where it points. On Wed, Jul 13, 2011 at 12:28 AM, Dave Watts dwa...@figleaf.com wrote: The ISAPI extensions used by CF... If I used the web connector to tie CF to IIS do you perchance know where those

Re: CFDirectory on mapped drives

2011-07-12 Thread Russ Michaels
sorry should have been this link http://www.adobe.com/products/coldfusion/whitepapers/pdf/91025512_cf9_lockdownguide_wp_ue.pdf On Tue, Jul 12, 2011 at 5:18 AM, David McGuigan davidmcgui...@gmail.comwrote: Thanks Russ. I'm not sure what you wanted me to see in that link, maybe the fact that

Re: CFDirectory on mapped drives

2011-07-12 Thread Dave Watts
If it's a totally dedicated box and we only have 1 developer's code running, is it still a security risk? Yes, absolutely. I tried running it as a limited account and even set full permissions on every file in the webroot but still got an immediate IIS 500 error until I flipped it to

Re: CFDirectory on mapped drives

2011-07-12 Thread David McGuigan
Thanks Dave! I'll try that out tonight. The ISAPI extensions used by CF... If I used the web connector to tie CF to IIS do you perchance know where those might be? Just now switching over from Apache and kind of blind on stuff like this. On Tue, Jul 12, 2011 at 4:50 PM, Dave Watts

Re: CFDirectory on mapped drives

2011-07-12 Thread Dave Watts
The ISAPI extensions used by CF... If I used the web connector to tie CF to IIS do you perchance know where those might be? Just now switching over from Apache and kind of blind on stuff like this. Typically, they're in the CF install directory somewhere, in the wsconfig folder. Dave Watts,

CFDirectory on mapped drives

2011-07-11 Thread David McGuigan
I've triple checked that an empty folder on a 2nd server in the same datacenter allows full write permissions for any type of user, and have it mapped from the CF server. But when I run cfdirectory calls, for lists it returns an empty query even if there are subfolders or files there, for rename

Re: CFDirectory on mapped drives

2011-07-11 Thread Russ Michaels
If you are just using the default installation and running cf as system then you will have problems access network paths. You need to set CF to run under a user account that have network access. Russ On Mon, Jul 11, 2011 at 5:40 PM, David McGuigan davidmcgui...@gmail.comwrote: I've triple

Re: CFDirectory on mapped drives

2011-07-11 Thread Russ Michaels
sorry I didn't read all of your post, I see your final paragraph asking if you must do this, and the answer is yes. however do not run CF as an administrator as this will open up your security and allow every cfm page to run with administrator access, you need to run it as a limited user that can

Re: CFDirectory on mapped drives

2011-07-11 Thread David McGuigan
Thanks Russ. I'm not sure what you wanted me to see in that link, maybe the fact that you can have multiple admin logins now? If it's a totally dedicated box and we only have 1 developer's code running, is it still a security risk? I tried running it as a limited account and even set full

CFDIRECTORY and Mapped Drives

2001-02-25 Thread net_man
I am trying to use CFDIRECTORY against a mapped drive in a server and it seems to not be giving me any results. Is this a possibility or a limitation of Cold Fusion. Any help would be appreciated. Thanks, Robert ~~ Structure your ColdFusion

RE: CFDIRECTORY and Mapped Drives

2001-02-25 Thread Philip Arnold - ASP
I am trying to use CFDIRECTORY against a mapped drive in a server and it seems to not be giving me any results. Is this a possibility or a limitation of Cold Fusion. What user is the ColdFusion service logging in on? If that user doesn't naturally have the mapped drive, then it won't work

Re: CFDIRECTORY and Mapped Drives

2001-02-25 Thread Howie Hamlin
inFusion Mail Server (iMS) - the World's most configurable mail server Get your free copy of iMS POST-SE Server from CoolFusion! - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, February 25, 2001 12:34 PM Subject: CFDIRECTORY and Mapped D

RE: CFDIRECTORY and Mapped Drives

2001-02-25 Thread Philip Arnold - ASP
As a general rule, use URNs for remote drives \\Server\Share\Directory rather than E:\Directory UNC, not URN, D'OH! Stupid Philip, Stupid! Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

Re: CFDIRECTORY and Mapped Drives

2001-02-25 Thread net_man
Thanks for the help!!! I got it working now, Robert - Original Message - From: "Philip Arnold - ASP" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, February 25, 2001 1:02 PM Subject: RE: CFDIRECTORY and Mapped Drives As a general rule, use UR