Re: Web Service File Permission Issue

2007-08-30 Thread Rick Root
On 8/30/07, Jim Davis <[EMAIL PROTECTED]> wrote: > > However if that user has the rights couldn't you just set the permissions as > part of the program that creates the file? The program creating the file is ImageCFC... just java and coldfusion. Files in windows usually inherit the permissions o

Re: Web Service File Permission Issue

2007-08-30 Thread Jim Davis
I'm probably wrong (been a while) but I think that created files will always inherit permissions from the user that created them. However if that user has the rights couldn't you just set the permissions as part of the program that creates the file? The command line program cacls (use "cacls

Web Service File Permission Issue

2007-08-30 Thread Developer MediaDoc
Hi All, Have a 'captcha' image creation web service creating a .jpg file, storing it on my domain in a 'services' folder. File is created no problems. When the 'requesting' web site tries to display the file however, I get a standard windows Authentication Required dialog box (username / passwo