C
chris leeds
I'm trying to work on an application (asp/ access/ etc) locally on an IIS
5.1 because it is too big to put on the real server and work on live. The
db takes too long to work on in both directions and it's a waste of time and
resources.
My problem is that there is an upload script to upload pictures to a
directory. It keeps telling me in an error message that the directory
doesn't exist or that it doesn't have permissions.
I'm sure it both exists and has "write" permissions. I right clicked the
directory from the IIS control panel and set it to write, I then did the
main folder the same way and when I checked it seems that all the folders
have write permission which is fine for local tests but this script insists
on giving me an error.
Is there something that I should know about setting permissions?
It's windows xp pro with IIS 5.1, the upload script is pureupload (an asp
script)
TIA
5.1 because it is too big to put on the real server and work on live. The
db takes too long to work on in both directions and it's a waste of time and
resources.
My problem is that there is an upload script to upload pictures to a
directory. It keeps telling me in an error message that the directory
doesn't exist or that it doesn't have permissions.
I'm sure it both exists and has "write" permissions. I right clicked the
directory from the IIS control panel and set it to write, I then did the
main folder the same way and when I checked it seems that all the folders
have write permission which is fine for local tests but this script insists
on giving me an error.
Is there something that I should know about setting permissions?
It's windows xp pro with IIS 5.1, the upload script is pureupload (an asp
script)
TIA