RE: [PHP-INSTALL] IIS6 and IUSR Write permissions...

2007-09-25 Thread Andy Stratton
I just realized the subject line of your email ;p You should be able to right-click the directory, choose the security tab and then continue through the wizard to select the IUSR and set permissions for read and write access. Hope this helps, or is relevant to what you're asking... -- Andy Strat

RE: [PHP-INSTALL] IIS6 and IUSR Write permissions...

2007-09-25 Thread Andy Stratton
Christian, Check the IIS user account, something like IUSR_{Machinename} -- and make sure it has permission to write to the directory this EXE is writing to... -- Andy Stratton, ZCE Software/Network Engineer COMPASS Information Systems, Inc. www.compassinfo.net (410) 923-6300 office (410) 923-282

[PHP-INSTALL] IIS6 and IUSR Write permissions...

2007-09-25 Thread Christian OLIVIERI
Hi, to everyone, this is my problem: I'm working with Windows Server 2003, IIS6 and PHP5. I need to use 'exec' or 'shell_exec' tools to run an .exe to do some jobs. My app have to write some data to disk: I can run my exe but it seem can't write to disk/registry. How solve this problem? Tnxs