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-2820 fax (443) 623-6835 mobile ---------------------------------------------------------------------------- ---- IT Support When and Where You Need It. Professional IT Services for configuration management, networking, database, security, and website services. www.compassinfo.net ---------------------------------------------------------------------------- ---- Learn and Grow. Professional IT Training and Prepaid Courseware / CBT. Onsite and offsite classes available. training.compassinfo.net ---------------------------------------------------------------------------- ---- -----Original Message----- From: Christian OLIVIERI [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 8:49 AM To: php-install@lists.php.net Subject: [PHP-INSTALL] IIS6 and IUSR Write permissions... 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