Iis – Run 32-bit IIS on 64-bit Server 2008

64-bitiisiis-7windows-server-2008

This article explains how to run 32-bit IIS 6.0 on 64-bit Server 2003: http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/iis/13f991a5-45eb-496c-8618-2179c3753bb0.mspx.

How can the same be accomplished with IIS 7.0 on 64-bit Server 2008?

Best Answer

Given the brief question, I don't know if this is exactly what you want to do, but you can run 32-bit ISAPI extensions (such as PHP, Rewrite, custom extensions, etc) in an AppPool in IIS 7 and 7.5.

For the full rundown, see this article here, the important part being:

...go into your IIS 7 manager console, find the application pool your app is running in, right-click on it, go to Advanced Settings, and change the Enable 32-bit Applications setting to true... Now restart IIS (either via the snap-in or the command line w/net stop w3svc & net start w3svc) and you’re good to go