Run PHP script and in same time I try to modfic this file. I get message file is READ-ONLY or something like that. This never happen on IIS 6.0. Which settings I need to modfic?
I need to find out which "process" block php script when i run it. Meybe is your program right address for that.
Example:
File is open with Macromedia Dreamweaver CS5.
I run file from browser (IIS 7.0, FastCGI, PHP)
Then I try to save file.
Get error like file is read only.
Process unlock file.
File disapper because i try to save new content.
faca5
13 Posts
Locked file
May 13, 2012 12:29 PM|LINK
Hello.
Very strange happen.
Run PHP script and in same time I try to modfic this file. I get message file is READ-ONLY or something like that. This never happen on IIS 6.0. Which settings I need to modfic?
Lloydz
2335 Posts
Microsoft
Re: Locked file
May 16, 2012 09:59 AM|LINK
As far as I know, there's no locking specific settings in fastcgi. I suggest you use the handle tool to determine which process is locking the file.
Thanks.
faca5
13 Posts
Re: Locked file
May 18, 2012 06:11 PM|LINK
Hello.
I need to find out which "process" block php script when i run it. Meybe is your program right address for that.
Example:
File is open with Macromedia Dreamweaver CS5.
I run file from browser (IIS 7.0, FastCGI, PHP)
Then I try to save file.
Get error like file is read only.
Process unlock file.
File disapper because i try to save new content.