PHP on IIS6
I recently set up PHP 4.3.3 on a Windows Server 2003, IIS 6.0 environment. There were a few tricky quirks relative to security.
After setting up the proper web service extensions and application extensions for the web site, I received an access denied error. It turns out that not only does the anonymous web user (IUSR_
Continue reading » · Written on: 10-21-03 · 1 Comment »
You also have to allow the "NETWORK SERVICE" account access to the %WINDOWS%\php.ini file.
October 21st, 2003 at 2:53 pm