View previous topic :: View next topic |
Author |
Message |
mankan -
Joined: 28 Apr 2003 Posts: 5 Location: STHLM, Sweden
|
Posted: Mon May 05, 2003 4:00 pm Post subject: write permissions |
|
|
I have problems with write permissions under Windows 2000...
some asp and php script is complaining about write permissions, and they dont work... How do I change this permissions?
If I rightclick a file, the write protection "box" is empty... so it can't be Windows, or? |
|
Back to top |
|
 |
vbgunz -
Joined: 02 Feb 2003 Posts: 615 Location: Florida
|
Posted: Mon May 05, 2003 4:41 pm Post subject: |
|
|
Post the complaint here for others to get a better understanding. Good luck :) _________________ Victor B. Gonzalez
http://aeonserv.com |
|
Back to top |
 |
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon May 05, 2003 11:14 pm Post subject: Re: write permissions |
|
|
mankan wrote: | I have problems with write permissions under Windows 2000...
some asp and php script is complaining about write permissions, and they dont work... How do I change this permissions?
If I rightclick a file, the write protection "box" is empty... so it can't be Windows, or? |
If the file is owned by user X and the server is run with user Y privileges, and if Y has no right on X files, this can happen. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
mankan -
Joined: 28 Apr 2003 Posts: 5 Location: STHLM, Sweden
|
Posted: Tue May 06, 2003 7:35 am Post subject: Re: write permissions |
|
|
aprelium wrote: |
If the file is owned by user X and the server is run with user Y privileges, and if Y has no right on X files, this can happen. |
So I have to enable the guest account on the windows 2000? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue May 06, 2003 6:47 pm Post subject: Re: write permissions |
|
|
mankan wrote: | aprelium wrote: |
If the file is owned by user X and the server is run with user Y privileges, and if Y has no right on X files, this can happen. |
So I have to enable the guest account on the windows 2000? |
Just give user Y the right to read files beloging to X. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|