We have IIS 6 server with many php applications. PHP 5.2 runs as ISAPI modul and IIS is set to IIS 5.0 Isolation Mode.
Now I want to switch to FastCGI and enable application pools, with needs to release IIS 5.0 Isolation Mode and use Worker Process Isolation Mode.
But I don't know, if it is safe to change. Server is production, so I better ask you for your experiences, before any big mistake (apps are not so critical, but one restart is enough).
Do you have any experiences with this setting? On what deppends, if application will bee working fine on second mode also?